Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 82,286 for

workbook

(0.05 sec)
  1. 使用C++获取工作表中的最大范围|Documentation

    本文介绍了如何使用Aspose.Cells for C++库获取Excel文件的最大范围、最大数据范围和最大显示范围。...Create a workbook object and open the Excel file Workbook workbook...in the workbook WorksheetCollection worksheets = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-max-range-in-a...
  2. Aspose.Cells 8.7.0中的公共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....); //Create an instance of Workbook //Optionally load an existing...existing spreadsheet Workbook book = new Workbook ( inFilePath );...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...the book. const worksheets = workbook . getWorksheets (); const...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  4. 使用 ChartGlobalizationSettings 类在 C++ 中设置图表组件的不同...

    学习如何在 Aspose.Cells for C++ 中使用 ChartGlobalizationSettings 类为图表组件设置不同的语言。我们的指南将帮助你理解如何将图表元素、标签和图例本地化成不同语言,以便以符合文化习惯的方式展现数据。...Create an instance of existing Workbook U16String pathName = u "input..."input.xlsx" ; Workbook workbook ( pathName ); // Set custom chartGlobalizationSe...

    docs.aspose.com/cells/zh/cpp/using-chartglobali...
  5. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract topic data from Excel files using the Aspose.Cells for Python via .NET library....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/python-net/extract-theme-...
  6. Extract Theme Data from Excel File|Documentation

    Aspose.Cells is a .NET library for working with spreadsheet files. It supports extracting theme data from Excel files, allowing users to obtain the style and formatting information of documents. This article will introduce how to extract topic data from Excel files using the Aspose.Cells library....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/net/extract-theme-data-fr...
  7. Save Each Worksheet to a Different PDF File wit...

    Learn how to save each worksheet in an Excel file to a separate PDF file using Aspose.Cells for C++....xlsx" ; // Instantiate a new workbook and open the Excel file from...from its location Workbook workbook ( filePath ); // Get the count...

    docs.aspose.com/cells/cpp/save-each-worksheet-t...
  8. Encrypting Excel Files in Aspose.Cells|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....//Instantiate a Workbook object. //Open an excel file. Workbook workbook...workbook = new Workbook ( "Book1.xls" ); //Specify XOR encryption type...

    docs.aspose.com/cells/net/encrypting-excel-file...
  9. 使用 Node.js 和 C++ 替换工作表中文本框内的标签为文本|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 替换工作表中文本框内的标签为文本..."1$ys" ; const workbook = new AsposeCells . Workbook ( filePath );...forEach (( item , index ) => { workbook . replace ( `< ${ item } >`...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tag...
  10. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/ja/python-java/pyinstalle...