Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 21,006 for

worksheet

(0.22 sec)
  1. 扩展和为CRM更新导入工具做出贡献|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 . Add ( "Aspose Export" ); Worksheet MyWorksheet...MyWorksheet = workbook . Worksheets [ "Aspose Export" ]; int i = 0...

    docs.aspose.com/cells/zh/net/extend-and-contrib...
  2. Aspose.Cells 8.3.2中的公共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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...//Access the chart Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. Aspose.Cells 8.7.0中的公共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....inFilePath ); //Access the desired Worksheet via its index or name var...var sheet = book . Worksheets [ 0 ]; //Access Protection module...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Border Settings|Documentation

    How to use the Aspose.Cells library in Node.js via C++ to set the border style and color of cells. By adjusting the width, style, and color of the border, you have more control over how cells look and appear....Workbook class contains a worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/nodejs-cpp/cells-border-s...
  5. Setting Shared Formula|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....Hide ] Suppose you have a worksheet filled with data in the format...like the following sample worksheet. Input file with one column...

    docs.aspose.com/cells/java/setting-shared-formula/
  6. Number Settings|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/cells-number-settings/
  7. Find and Refresh the Nested or Children Pivot T...

    Learn how to find and refresh nested or children pivot tables of a parent pivot table using Aspose.Cells for C++....inputFilePath ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-and-refresh-the-...
  8. Extend and Contribute to CRM Update Import Tool...

    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 . Add ( "Aspose Export" ); Worksheet MyWorksheet...MyWorksheet = workbook . Worksheets [ "Aspose Export" ]; int i = 0...

    docs.aspose.com/cells/net/extend-and-contribute...
  9. 在xlsx4j中检测合并单元格|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....ArrayList < CellArea > al = worksheet . getCells (). getMergedCells...ecol + "," + erow + "]" ); worksheet . getCells (). unMerge ( frow...

    docs.aspose.com/cells/zh/java/detect-merged-cel...
  10. Insert a Linked Picture from Web Address with C...

    Learn how to insert a linked picture from a web address into a Worksheet using Aspose.Cells for C++....the web (http://) into a worksheet. To do so, specify the picture’s...picture from a web address to a worksheet. #include <iostream> #include...

    docs.aspose.com/cells/cpp/insert-a-linked-pictu...