Sort Score
Result 10 results
Languages All
Labels All
Results 2,801 - 2,810 of 104,120 for

workbook

(0.46 sec)
  1. 使用 JavaScript 和 C++ 显示或隐藏网格线以及行列标题|Documentation

    本文提供了使用 C++ 的 JavaScript API 的示例代码,用于以编程方式隐藏或显示 Excel 工作表的网格线、行和列标题。...Cells提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 Workbook..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  2. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...file selected – create a new workbook } let wb ; if ( fileInput...

    docs.aspose.com/cells/javascript-cpp/line-break...
  3. Create and Manage Chart with Node.js via C++|Do...

    Learn how to use Aspose.Cells for Node.js to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/creating-charts/
  4. 在PHP中管理文档属性|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/managing-document-...
  5. Worksheet Views|Documentation

    This article will describe how to use C# and the .NET API to interact with the page break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/net/worksheet-views/
  6. 包含强类型数据的列|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Open ); //Instantiating a Workbook object //Opening the Excel...the file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/columns-containing...
  7. Read and Manipulate Excel 2016 Charts with Node...

    Learn how to read and manipulate Excel 2016 charts using Aspose.Cells for Node.js via C++. This guide will show you how to access and modify various chart properties....charts const workbook = new AsposeCells . Workbook ( filePath );...contains the charts const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/read-and-manip...
  8. 为每个Excel工作表渲染一页PDF 使用C++将Excel转换为PDF|Documentation

    使用Aspose.Cells将每个工作表转换为一页的PDF格式。...\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/zh/cpp/render-one-pdf-pag...
  9. Z Axis with C++|Documentation

    Learn how to work with the Z-axis in Aspose.Cells for C++. Our guide will help you understand how to configure and customize the Z-axis, including its scale and labels, to enhance your charts....Create an instance of Workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/z-axis/
  10. Add ActiveX Controls using Aspose.Cells for Jav...

    Learn how to add ActiveX controls in a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , ControlType...=> { // Create workbook object (empty workbook) const wb = new...

    docs.aspose.com/cells/javascript-cpp/add-active...