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

worksheet

(0.05 sec)
  1. Sort Data in 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....first worksheet in the Excel file Worksheet worksheet = workbook...in the sheet Cells cells = worksheet . getCells (); //Obtain the...

    docs.aspose.com/cells/java/sort-data-in-xlsx4j/
  2. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Add 10 in cell A1 and A2 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  3. Disable Text Wrapping for Data Labels of the Ch...

    Learn how to disable text wrapping for data labels in charts using Aspose.Cells for Node.js via C++. Our guide will show you how to prevent long labels from overlapping and provide more readable and clear chart displays....Access the first worksheet const worksheet = workbook . getWorksheets...chart inside the worksheet const chart = worksheet . getCharts ()...

    docs.aspose.com/cells/nodejs-cpp/disable-text-w...
  4. 通过 C++ 使用 Node.js 在工作表之间复制 Shapes|Documentation

    了解如何使用 Aspose.Cells for Node.js via C++ 在工作表之间复制图片、图表等形状。...Picture from the "Picture" worksheet. const picturesource = workbook...the picture to the Result Worksheet workbook . getWorksheets ()...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-shapes...
  5. 在Php中管理分页符|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 = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  6. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  7. 用C++设置填充效果|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的填充效果,允许用户自定义单元格的背景和样式。本文将介绍如何使用Aspose.Cells库设置单元格的填充效果。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...workbook ; // Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/zh/cpp/cells-fill-settings/
  8. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++....possible to auto-fit rows in a worksheet including merged cells. Here...object and adds multiple worksheets. Use different methods for...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  9. Create Remove and Get GridCell Comments|Documen...

    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....comments inside the GridWeb worksheet. It is worth noting that GridWeb...first worksheet of GridWeb. // Access first worksheet of GridWeb...

    docs.aspose.com/cells/java/create-remove-and-ge...
  10. How to create TreeMap chart with C++|Documentation

    Learn how to create a Treemap chart in Aspose.Cells for C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Treemap chart int32_t pieIdx = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/cpp/creating-treemap-chart/