Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 30,192 for

worksheet

(0.12 sec)
  1. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...defined shape Shape shape = worksheet . GetShapes (). Get ( 0 );...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...
  2. 在 VSTO 和 Aspose.Cells 中创建饼图|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....Value ); // Access a Vsto Worksheet Microsoft . Office . Interop...Interop . Excel . Worksheet nativeWorksheet = Globals . ThisAddIn...

    docs.aspose.com/cells/zh/net/create-a-pie-chart...
  3. 设置打印区域|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 . Add ( "new sheet" ); workbook...workbook . Worksheets . Add ( "second sheet" ); Worksheet sheet1...

    docs.aspose.com/cells/zh/net/set-print-area/
  4. 用JavaScript通过C++对行和列进行分组和取消分组|Documentation

    了解怎样使用Aspose.Cells for JavaScript通过C++对Excel中的行和列进行分组和取消分组。...工作表由 Worksheet 类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。...arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/groupin...
  5. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for JavaScript via C++ API....subtotal to data using the Worksheet.cells.subtotal() method. It...following screenshot by using the Worksheet.outline.summaryRowBelow property...

    docs.aspose.com/cells/javascript-cpp/applying-s...
  6. Create Pivot Tables and Pivot Charts|Documentation

    Create Pivot Tables and Pivot Charts with Aspose.Cells for Java API....invoice entries in a list in a worksheet. A pivot table can total the...a PivotTable report on a worksheet. PivotTables, a collection...

    docs.aspose.com/cells/java/create-pivot-tables-...
  7. Manage Comments and Notes with Node.js via C++|...

    Insert and manage comments or notes with Aspose.Cells for Node.js via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/nodejs-cpp/comments-and-n...
  8. 使用JavaScript通过C++获取或设置嵌入式OLE对象的类别标识符|Documentation

    了解如何在JavaScript中使用Aspose.Cells通过C++获取或设置嵌入OLE对象的类别标识符。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-or-...
  9. 用 C++ 通过 JavaScript 删除范围|Documentation

    学习如何使用 C++ 中的脚本删除 Excel 中的范围并将单元格向左或向上移动。...Get all the worksheets in the book. const worksheets = newWorkbook...newWorkbook . worksheets ; // Get the first worksheet in the worksheets...

    docs.aspose.com/cells/zh/javascript-cpp/delete-...
  10. Add PDF Bookmarks with Named Destinations using...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for JavaScript via C++. Ensure bookmarks remain intact regardless of page changes....first worksheet const worksheet = workbook . worksheets . get...Access cell C5 let cell = worksheet . cells . get ( "C5" ); //...

    docs.aspose.com/cells/javascript-cpp/add-pdf-bo...