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

worksheet

(0.05 sec)
  1. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...); // Set the print area worksheet . GetPageSetup (). SetPrintArea...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  2. 用C++在范围内搜索和替换数据|Documentation

    本文演示如何用C++代码在Excel中搜索和替换范围内的数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...search within range cell = worksheet . GetCells (). Find ( u "search"...

    docs.aspose.com/cells/zh/cpp/search-and-replace...
  3. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non-primitive shapes using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  4. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding a...

    docs.aspose.com/cells/zh/java/create-different-...
  5. Create Volume-Open-High-Low-Close(VOHLC) Stock ...

    Learn how to create a volume-open-high-low-close stock chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to plot stock market data, including volume, open, high, low, and close prices, onto a chart for better analysis and visualization....Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/create-volume-...
  6. Set Column Header Tip|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....creating the table in the worksheet. Aspose.Cells.GridWeb allows...false ); //Access the first worksheet GridWorksheet gridSheet =...

    docs.aspose.com/cells/java/set-column-header-tip/
  7. 使用 C++ 从 Excel 文件中提取主题数据|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的 C++ 库。它支持从 Excel 文件提取主题数据,允许用户获取文档的样式和格式信息。本文将介绍如何使用 Aspose.Cells 库从 Excel 文件中提取主题数据。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/extract-theme-data...
  8. Create Date Cell in Apache POI and Aspose.Cells...

    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....added worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Adding the...

    docs.aspose.com/cells/java/create-date-cell-in-...
  9. Implement Subtotal or Grand Total Labels in Oth...

    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 first worksheet const worksheet = workbook . getWorksheets...createCellArea ( "A1" , "B10" ); worksheet . getCells (). subtotal (...

    docs.aspose.com/cells/nodejs-cpp/implement-subt...
  10. 使用Node.js via 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.... Workbook (); // Source worksheet const srcSheet = workbook...( 0 ); // Add destination worksheet const dstSheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-row-he...