Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 82,029 for

workbook

(0.07 sec)
  1. How to Encrypt Excel File with Password in Java

    This article guides on how to encrypt Excel file with password in Java. It provides the details about the required resources, a complete logic to write the program and a runnable sample code to demonstrate the process to create password protected Excel file in Java....that can be used to encrypt Workbook with password in Java . This...template Excel file into the Workbook object that is to be encrypted...

    kb.aspose.com/cells/java/how-to-encrypt-excel-f...
  2. 支持使用Node.js通过C++进行XAdES签名|Documentation

    这篇文章介绍了如何使用Node.js通过C++和Aspose.Cells支持XAdES签名。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dsCollection . add ( signature ); workbook . setDigitalSignature ( dsCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  3. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...:: Yellow ()); // Create a workbook and set its default style...using the created Style object Workbook wb ; wb . SetDefaultStyle...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  4. Adding VBA Module and Code using Aspose.Cells|D...

    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.... Please use the Workbook.getVbaProject().getModules()...new VBA Module inside the workbook Adding VBA Module and Code...

    docs.aspose.com/cells/java/adding-vba-module-an...
  5. Get a column heading|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.... Workbook . Descendants < Sheet >()...//Instantiating a Workbook object Workbook workbook = new Workbook ( docName...

    docs.aspose.com/cells/net/get-a-column-heading/
  6. 使用C++读取具有多种编码的CSV文件|Documentation

    学习如何使用 Aspose.Cells for C++ 读取具有多种编码的CSV文件。...into Workbook with the specified options Workbook workbook ( filePath...); // Save the workbook in XLSX format workbook . Save ( filePath...

    docs.aspose.com/cells/zh/cpp/reading-csv-file-w...
  7. 通过C++用Node.js冻结Excel工作表的顶行|Documentation

    在本文中,您将学习如何使用带有C++ API的Node.js库以编程方式冻结Excel工作表的顶部行。...new Workbook. const workbook = new AsposeCells . Workbook ( filePath...Freezing panes at the cell B2 workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-free...
  8. How to create Sunburst chart with C++|Documenta...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....Create an instance of Workbook Workbook workbook ( u "sunburst.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/creating-sunburst-chart/
  9. xlsx4j 中的行列高度调整|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/row-column-height...
  10. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...the book Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...