Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 21,309 for

worksheet

(0.04 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....Workbook类包含一个Worksheets集合,允许访问Excel文件中的每个工作表。工作表由Worksheet类表示。Worksheet类提供了Cells集合。...Workbook (); //Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/zh/net/import-export-data...
  2. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...// Access cell A1 Cell c = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/specifying-significan...
  3. Add Image Hyperlinks|Documentation

    Learn how to Add Image Hyperlinks through the Aspose.Cells for Node.js via C++ API....accessing information on other worksheets, or on websites. Microsoft...hyperlinks can make navigating a worksheet easier, for example, as next...

    docs.aspose.com/cells/nodejs-cpp/add-image-hype...
  4. Merge 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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/java/merge-cells/
  5. Formula Calculation Engine in Aspose.Cells|Docu...

    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....reference of the newly added worksheet int sheetIndex = book . getWorksheets...getWorksheets (). add (); Worksheet worksheet = book . getWorksheets...

    docs.aspose.com/cells/java/formula-calculation-...
  6. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library for Node.js via C++....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/nodejs-cpp/view-and-edit-...
  7. Convert Excel to Image|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....This class represents the worksheet that will be rendered to an...toImage() method for converting a worksheet to an image file. BMP, PNG...

    docs.aspose.com/cells/python-java/convert-excel...
  8. Public API Changes in Aspose.Cells 8.4.0|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....first worksheet Worksheet worksheet = workbook . Worksheets [ 0...object PivotTable pivotTable = worksheet . PivotTables [ 0 ]; //Remove...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 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....Worksheets Contents [ Hide ] Manage Worksheets Copying and Moving...Moving Worksheets Cut and Paste Cells Count the number of cells...

    docs.aspose.com/cells/python-java/worksheets/
  10. Public API Changes in Aspose.Cells 8.4.0|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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...object PivotTable pivotTable = worksheet . getPivotTables (). get (...

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