Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 82,285 for

workbook

(0.06 sec)
  1. 使用C++实现Excel主题和颜色|Documentation

    用C++代码使用带有Aspose.Cells for C++ API的Excel颜色方案...Instantiate a Workbook and open the template file Workbook workbook ( inputFilePath...theme with specified colors workbook . CustomTheme ( u "CustomeTheme1"...

    docs.aspose.com/cells/zh/cpp/excel-themes-and-c...
  2. Different Ways to Save Files|Documentation

    Aspose.Cells for Python via .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....NET provides the Workbook which represents a Microsoft...work with Excel files. The Workbook class provides the save method...

    docs.aspose.com/cells/python-net/different-ways...
  3. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  4. 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...
  5. 在Excel工作簿内复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for C++在Excel工作簿中复制和移动工作表。...); // Create workbook from input file Workbook excelWorkbook1...worksheet (index 2) within the workbook worksheets . AddCopy ( worksheets...

    docs.aspose.com/cells/zh/cpp/copy-and-move-work...
  6. 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...
  7. Aspose.Cells 8.5.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....//Create workbook object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. AutoFit Rows for Merged Cells with Node.js via ...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for Node.js via C++. Implement auto-fit functionality for merged cells in spreadsheets....following code, it creates a workbook object and adds multiple worksheets...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/autofit-rows-f...
  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. Public API Changes in Aspose.Cells 8.3.0|Docume...

    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.... C# var book = new Workbook ( "sample.xlsx" ); var settings...application last saved the workbook file after a crash. C# var...

    docs.aspose.com/cells/net/public-api-changes-in...