Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 77,920 for

workbook

(0.16 sec)
  1. 在 Jython 中显示隐藏选项卡|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.... cells import Workbook class DisplayHideTabs : def...DisplayHideTabs / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/display-hide-tabs...
  2. Aspose.Cells 8.8.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....( byteArray ); Workbook workbook = new Workbook ( stream , loadOptions...loadOptions ); Worksheet sheet = workbook . Worksheets [ 0 ]; sheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...Cells提供一个表示Excel文件的类 WorkbookWorkbook 类包含一个 Worksheets 集合,...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  4. Working with ContentTypeProperties with Node.js...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for Node.js via C++....Cells provides Workbook.getContentTypeProper() method..."output" ); const workbook = new AsposeCells . Workbook ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/working-with-c...
  5. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。... 为了计算公式的结果,用户可以调用 Workbook 类的 CalculateFormula 方法,该方...); // Create a new workbook Workbook workbook ; // Add a new worksheet...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  6. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...Load the workbook Workbook workbook = new Workbook(inputFilePath);...foreach (Worksheet sheet in workbook.Worksheets) { foreach (Shape...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  7. Save Each Worksheet to a Different PDF File wit...

    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....xlsx" ); // Instantiate a new workbook and open the Excel file from...location const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/save-each-work...
  8. Setting Strong Encryption Type with Node.js via...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for Node.js via C++....Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify Strong Encryption...

    docs.aspose.com/cells/nodejs-cpp/setting-strong...
  9. Encrypting Excel Files using Aspose.Cells|Docum...

    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 workbook = new Workbook ( srcFileName...//Specify XOR encryption type. workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/net/encrypting-excel-file...
  10. 在工作簿的VBA项目中添加库引用|Documentation

    学习如何使用Aspose.Cells for C++向VBA项目添加或注册库引用。...; // Create a new workbook Workbook workbook ; // Get the VBA...project from the workbook VbaProject vbaProj = workbook . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/add-a-library-refe...