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

worksheet

(0.07 sec)
  1. 用C++设置点为总数的方法。|Documentation

    在某些Excel图表中,例如瀑布图,可能需要将点设为总数。本文介绍如何用C++与Aspose.Cells实现此功能。...// Get the first worksheet Worksheet worksheet = wb . GetWorksheets...chart by name Chart chart = worksheet . GetCharts (). Get ( u "Graphiq5"...

    docs.aspose.com/cells/zh/cpp/how-to-set-point-a...
  2. 用Node.js通过C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documenta...

    学习如何使用Aspose.Cells for Node.js via C++创建成交量 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括成交量、最高价、最低价和收盘价,以便进行更好的分析和可视化。...Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-volu...
  3. Aspose.Cells 8.8.3 中的公共 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 first worksheet from the collection Worksheet sheet = book...//Access first worksheet from the collection Worksheet sheet = book...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Convert Excel each row into separate PDF - Free...

    Hi Aspose Team, I am looking to generate a number of PDFs , where each pdf should contain the each row from the Worksheet. Lets say, I have 10 row in a sheet, I am looking to generate 10 PDF , with each having its own …...contain the each row from the worksheet. Lets say, I have 10 row in..."Book1.xlsx"); Worksheet worksheet = wb.Worksheets[0]; foreach(var...

    forum.aspose.com/t/convert-excel-each-row-into-...
  5. Using Formulas or Functions to Process Data|Doc...

    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 the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/get-and-set-formula/
  6. Using LightCells 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....of data or contents in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/java/using-lightcells-api/
  7. Node.js via Java APIs for Excel Spreadsheets | ...

    Process Excel file formats using Node.js via Java library. Read write render & convert XLS XLSX XLSB XLTX XLTM XLSM XML ODS CSV and more formats using Node.js via Java on Windows, macOS & Linux...Excel file format conversion, worksheets styling to the most granular...Convert Chart to Image Convert Worksheet to Image Convert Spreadsheet...

    products.aspose.com/cells/nodejs-java/
  8. Public API Changes in Aspose.Cells 8.9.1|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....IFilePathProvider for exporting worksheets to separate HTML files. These...one worksheet points to a location in another worksheet, where...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. 使用 C++ 将图片作为纹理铺设到形状内部|Documentation

    学习如何使用Aspose.Cells for C++将图片平铺为形状内的纹理。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...Access first shape inside the worksheet Shape sh = ws . GetShapes...

    docs.aspose.com/cells/zh/cpp/tile-picture-as-a-...
  10. Managing OLE Objects|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....Inserting OLE Objects into a Worksheet Aspose.Cells supports adding...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/java/managing-ole-objects/