Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 21,326 for

worksheet

(0.06 sec)
  1. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  2. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API....footers for more than one worksheet at a time. For other sheet...Footers in MS Excel Click the worksheet where you want to view or...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  3. 使用C++进行汇总功能|Documentation

    学习如何使用Aspose.Cells结合C++对数据透视表的字段应用汇总函数。...the first worksheet of the workbook Worksheet worksheet = workbook...table of the worksheet PivotTable pivotTable = worksheet . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/consolidation-func...
  4. 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.... Worksheets [ sheetIndex ]. Name + "...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/public-api-changes...
  5. 使用C++对Excel文件的自动填充范围|Documentation

    学习如何使用Aspose.Cells与C++对Excel文件中的指定范围执行自动填充操作。...xlsx" ); // Get Cells Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); Cells cells = worksheet . GetCells (); // Create Range...

    docs.aspose.com/cells/zh/cpp/autofill-ranges/
  6. Create a Pie Chart|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....are: Creating a workbook and worksheet. Adding sample data. Referencing...PieChart () { //Access a Vsto Worksheet Microsoft . Office . Tools...

    docs.aspose.com/cells/net/create-a-pie-chart/
  7. 如何通过 C++ 使用 Node.js 创建甘特图|Documentation

    学习如何使用 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/zh/nodejs-cpp/how-to-crea...
  8. Public API Changes in Aspose.Cells 16.11.0|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....already available in the worksheet. The CustomSettings class...of adding Subtotal to the worksheet. C# // Loads an existing spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Aspose.Cells 8.6.1中的公共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....Remove方法的另一个重载,现在可以接受Worksheet的实例以删除与指定工作表关联的所有VBA模块。 以下是简单的使用场景。...specific Worksheet modules . Remove ( workbook . Worksheets [ 0 ]);...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Cells Formats|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 to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/java/cells-formatting/