Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 82,029 for

workbook

(0.06 sec)
  1. 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/
  2. Managing Pictures with Node.js via C++|Document...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/managing-pictu...
  3. Aspose.Cells 8.3.1中的公共API更改|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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 使用Aspose.Cells加密工作簿|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....//Instantiate a Workbook object by excel file path Workbook workbook = new...new Workbook ( dataDir + "book1.xls" ); //Password protect the...

    docs.aspose.com/cells/zh/java/encrypt-workbook-...
  5. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  6. 通过C++使用Node.js复制Excel范围|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....new Workbook. const workbook = new AsposeCells . Workbook ();...the book. let worksheets = workbook . getWorksheets (); // Get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-ranges...
  7. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    添加VBA模块并使用Aspose.Cells for Node.js via C++修改VBA或宏代码。...请使用 Workbook.add(Worksheet) 方法在工作簿中添加新的VBA模块。...new workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-vba-...
  8. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...Create a workbook object and open the Excel file Workbook workbook...in the workbook WorksheetCollection worksheets = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  9. 在Aspose.Cells中添加超链接以链接数据|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提供了一个类, Workbook ,表示一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...

    docs.aspose.com/cells/zh/net/adding-hyperlinks-...
  10. Public API Changes in Aspose.Cells 8.4.1|Docume...

    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 workbook object com . aspose . cells . Workbook workbook...new com . aspose . cells . Workbook ( input ); //Access first...

    docs.aspose.com/cells/java/public-api-changes-i...