Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 82,045 for

workbook

(0.05 sec)
  1. 用C++管理Shape文本选项|Documentation

    学习如何使用 Aspose.Cells for C++ 编程管理Shape的文本选项。...// Load the Excel file Workbook workbook ( "example.xlsx" ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/managing-shape-tex...
  2. 在 Jython 中保存文件|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.... cells import Workbook from com . aspose . cells...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/zh/java/saving-files-in-j...
  3. Save Each Worksheet to Different PDF|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.... C# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/net/save-each-worksheet-t...
  4. Copying Rows and Columns in Jython|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.... cells import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/copying-rows-and-col...
  5. Setting Margins with C++|Documentation

    Learn how to set the margins of an Excel worksheet using C++. This guide covers setting page margins, centering content, and configuring header and footer margins programmatically with Aspose.Cells for C++....class, Workbook , that represents an Excel file. The Workbook class...); // Create a workbook object Workbook workbook ; // Get the worksheets...

    docs.aspose.com/cells/cpp/setting-margins/
  6. Split Screen of Excel Worksheet with Node.js vi...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using Node.js C++ Addon....new Workbook. const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/nodejs-cpp/how-to-split-s...
  7. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....class, Workbook that represents an Excel file. The Workbook class...class contains a Workbook.getWorksheets() collection that allows...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  8. Delete Named Ranges with Node.js via C++|Docume...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for Node.js via C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Deletes...

    docs.aspose.com/cells/nodejs-cpp/delete-named-r...
  9. Convert-Excel-to-JSON with Node.js via C++|Docu...

    Learn how to convert an Excel file to JSON using Aspose.Cells for Node.js via C++....Cells supports converting a Workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  10. Assemble Spreadsheets|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....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/assemble-spreadsheets/