Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 20,308 for

worksheet

(0.19 sec)
  1. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  2. 使用 C++ 在加载工作簿或工作表时筛选对象 Node.js 版本|Documentation

    学习如何在加载工作簿或工作表时使用 Aspose.Cells for Node.js via C++ 进行筛选。...startSheet(Worksheet) 方法。在创建或使用 LoadFilter 时,请从...xlsx" ), lOptions ); // Save worksheet to a single PDF page. const...

    docs.aspose.com/cells/zh/nodejs-cpp/filter-obje...
  3. Public API Changes in Aspose.Cells 9.0.0|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....the default Worksheet from the Workbook Worksheet sheet = book...xlsx" ); //Load the Worksheet at 0 index Worksheet sheet = book ....

    docs.aspose.com/cells/java/public-api-changes-i...
  4. Get Cells Range with C++|Documentation

    Learn how to Get Cells Range through the Aspose.Cells for C++ API....manipulate some data on the worksheet, you need to know the data...data range of the entire worksheet. Aspose.Cells offers this feature...

    docs.aspose.com/cells/cpp/get-cells-range/
  5. Aspose.Cells 8.6.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....//Get the first worksheet of the workbook Worksheet sheet = report...//Access first worksheet Worksheet worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...ByteArrayInputStream(bytes)); Worksheet worksheet; int maxColumn = 0; int...maxRow = 0; try { Iterator<Worksheet> iterator = workbook.getWorksheets()...

    forum.aspose.com/t/excel/310744
  7. How to create a Gantt chart with Node.js via C+...

    Learn how to create a Gantt chart with Aspose.Cells for Node.js via C++ API....Access the first worksheet const worksheet = workbook . getWorksheets...BarStacked Chart const i = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-create-...
  8. Create Pivot Tables using Apache POI and Aspose...

    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....Cells: Add some data to a worksheet cells using a Cell object’s...Add a pivot table to the worksheet by calling the PivotTableCollection...

    docs.aspose.com/cells/java/create-pivot-tables-...
  9. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for Node.js via C++.... The first worksheet of the charts workbook - stacked...Second worksheet of charts workbook - line First worksheet of the...

    docs.aspose.com/cells/nodejs-cpp/combine-multip...
  10. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Create a range Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...