Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 30,422 for

worksheet

(0.07 sec)
  1. 在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/zh/java/sort-data-in-xlsx4j/
  2. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...PivotTable PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/working-with-data-dis...
  3. Save as ODF 1.1, 1.2 and 1.3 with Node.js via C...

    Convert Excel to ODF 1.1, 1.2 and 1.3 specifications with Aspose.Cells for Node.js via C++....value to cell A1 on the first worksheet, and then saves the ODS file...(); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/save-ods-file-...
  4. Copy Shapes between Worksheets with JavaScript ...

    Learn how to copy shapes like pictures and charts between Worksheets using Aspose.Cells for JavaScript via C++....Copy Shapes between Worksheets with JavaScript via C++ Contents...need to copy elements on a worksheet, for example, pictures, charts...

    docs.aspose.com/cells/javascript-cpp/copy-shape...
  5. 使用 JavaScript 通过 C++ 设置页面选项|Documentation

    本文提供示例代码,用于通过 JavaScript 通过 C++ 编程方式设置 Excel 工作表的页面选项,包括页面方向、缩放比例、FitToPages 选项、纸张大小、打印质量和首页编号。...类包含一个 worksheets 集合,允许访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供 PageSetup 属性,用于设置工作表的页面布局选项。实际上,这个 PageSetup 属性是...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  6. Managing Ranges|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 class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/managing-ranges/
  7. Using Sparklines and Settings 3D Format with C+...

    Learn how to use sparklines and apply 3D formatting in Excel files using Aspose.Cells with C++....information, avoiding overcrowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/cpp/using-sparklines-and-...
  8. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...
  9. 如何用 JavaScript 通过 C++ 改变评论的字体颜色|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 const worksheet = workbook . worksheets . get...Add some text in cell A1 worksheet . cells . get ( "A1" ). putValue...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....based on a range inside the worksheet but also works well for series...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...