Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 20,598 for

worksheet

(0.11 sec)
  1. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...collection. const textboxIndex = worksheet . getTextBoxes (). add ( 2...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  2. 通过Node.js使用C++处理Shape或Chart的反射效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的反射效果。设置各种反射属性以达到预期效果。...)); // Access first worksheet const worksheet = workbook . getWorksheets...first shape const shape = worksheet . getShapes (). get ( 0 );...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  3. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  4. Working With Files in Jython|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....XPS in Jython Converting Worksheet To SVG in Jython Excel to...Jython Saving Files in Jython Worksheet To Image in Jython Quick Start...

    docs.aspose.com/cells/java/working-with-files-i...
  5. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....public void startSheet ( Worksheet sheet ) { if ( sheet . getName...xlsx" ); //Access first worksheet Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Using GlobalizationSettings Class for Custom Su...

    Learn how to use the GlobalizationSettings class in Aspose.Cells for C++ to customize subtotal labels and modify the "Other" label in Pie charts....Pie chart while rendering worksheet or chart. Introduction to...adding the Subtotals to the worksheet. #include <iostream> #include...

    docs.aspose.com/cells/cpp/using-globalizationse...
  7. 使用Node.js通过C++在保存为PDF时打印评论|Documentation

    了解在将Excel文档保存为PDF时如何打印评论,使用编号Aspose.Cells for Node.js via C++。...Access the first worksheet const worksheet = workbook . getWorksheets..."PrintCommentsType.PrintSheetEnd" */ worksheet . getPageSetup (). setPrintComments...

    docs.aspose.com/cells/zh/nodejs-cpp/print-comme...
  8. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for Node.js via C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....)); // Access first worksheet const worksheet = workbook . getWorksheets...inside the sheet const chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/nodejs-cpp/rich-text-cust...
  9. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...(); // Access first worksheet const worksheet = workbook . getWorksheets...some text const textbox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...
  10. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel Worksheets programmatically using Aspose.Cells for C++....control to be added inside a worksheet. It has the following values:...wb ; // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/add-activex-controls-...