Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 30,150 for

worksheet

(0.09 sec)
  1. 将每个工作表保存为不同的PDF文件使用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....); //Get the count of the worksheets in the workbook int sheetCount...sheets invisible except first worksheet for ( int i = 1 ; i < workbook...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  2. 使用 GlobalizationSettings 类进行自定义子合计标签和饼图中的其他标签(C...

    学习如何在 Aspose.Cells for C++ 中使用 GlobalizationSettings 类自定义子合计标签和修改饼图中的“其他”标签。...customSettings ); // Accesses the 1st worksheet from the collection which...resides in the cell range A2:B9 Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/using-globalizatio...
  3. Print Comments while saving to PDF with JavaScr...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for JavaScript via C++....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); worksheet...worksheet . pageSetup . printComments = AsposeCells . PrintCommentsType...

    docs.aspose.com/cells/javascript-cpp/print-comm...
  4. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...Get the first worksheet in the book. const worksheet = newWorkbook...newWorkbook . worksheets . get ( 0 ); // Add a new textbox to the collection...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  5. 通过 JavaScript 通过 C++ 使用 IFilePathProvider 接口提供导...

    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....> < body > < h1 > Export Worksheet to HTML with FilePathProvider...Sample_filepath.xlsx file to export worksheets to separate HTML files. </...

    docs.aspose.com/cells/zh/javascript-cpp/provide...
  6. How to Merge Cells in Excel using C#

    This basic tutorial will provide detail on how to merge cells in Excel using C#. By using a few number of API calls in C# excel cell merge feature can be incorporated in an existing or a new workbook....With the help of C# Excel worksheet merge cells operation can...a new Excel file Access a worksheet and create a Cells class object...

    kb.aspose.com/cells/net/how-to-merge-cells-in-e...
  7. How to Create Excel Pie Chart in C#

    This topic shows on how to create Excel Pie chart in C# in WinForms .NET or ASP.NET app without using MS Excel interop....Excel workbook Get the first worksheet in the workbook and add data...data to the worksheet Add new Pie chart using ChartType.Pie enum...

    kb.aspose.com/cells/net/how-to-create-excel-pie...
  8. 导出打印区域范围到HTML,使用Node.js通过C++|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 the sheet const worksheet = workbook . getWorksheets...); // Set the print area. worksheet . getPageSetup (). setPrintArea...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  9. Tables and Ranges with Node.js via C++|Document...

    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....table/list object (from the first worksheet) to normal range wb . getWorksheets...table/list object (from the first worksheet) to normal range workbook...

    docs.aspose.com/cells/nodejs-cpp/tables-and-ran...
  10. 如何以及在哪里使用 JavaScript 通过 C++ 枚举器|Documentation

    通过C++ API学习如何使用Aspose.Cells for JavaScript中的枚举器。...first worksheet const worksheet = workbook . worksheets . get...cells in the worksheet const cellsEnumerator = worksheet . cells ...

    docs.aspose.com/cells/zh/javascript-cpp/how-and...