Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 102,518 for

workbook

(0.12 sec)
  1. 文本换行|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  2. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....// Open the Excel file Workbook workbook ( inputFilePath ); //...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/conditional-formatting/
  3. Create a Pie Chart|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....pie chart are: Creating a workbook and worksheet. Adding sample...missing ); // Access the active workbook from the VSTO sheet Microsoft...

    docs.aspose.com/cells/net/create-a-pie-chart/
  4. Hiding and Showing Rows and Columns with C++|Do...

    Learn how to hide and show rows and columns in Excel files programmatically using Aspose.Cells with C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/hiding-and-showing-ro...
  5. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....computer by specifying it in the Workbook class constructor. Simply...through Path // Creating a Workbook object and opening an Excel...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  6. Printing Workbooks using Aspose.Cells|Documenta...

    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....Ask AI Printing Workbooks using Aspose.Cells Contents [ Hide...] Aspose.Cells - Printing Workbooks After you finish creating...

    docs.aspose.com/cells/java/printing-workbooks-u...
  7. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....cells import Workbook , CellsHelper import aspose...15 ) # Create new workbook workbook = Workbook () # Access first...

    docs.aspose.com/cells/python-net/specifying-sig...
  8. Reorder Worksheets|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....//Create a new Workbook. Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet1...

    docs.aspose.com/cells/net/reorder-worksheets/
  9. Digitally Sign a VBA Code Project with Certific...

    Learn how to digitally sign a VBA Code Project with a certificate using Aspose.Cells for JavaScript via C++...."fileInput" > Select Excel Workbook (.xlsm): </ label > < input..."text/javascript" > const { Workbook , SaveFormat , DigitalSignature...

    docs.aspose.com/cells/javascript-cpp/digitally-...
  10. 使用Node.js via C++格式化单元格|Documentation

    学习如何在Aspose.Cells for Node.js via C++中格式化和设置单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/cells-forma...