Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 103,883 for

workbook

(0.4 sec)
  1. Create, Manipulate, or Remove Scenarios from Wo...

    Learn how to create, modify, and delete scenarios in Excel worksheets programmatically using Aspose.Cells for Python via .NET API....modified workbook import os from aspose.cells import Workbook # For...the Workbook and load an Excel file workbook = Workbook ( os...

    docs.aspose.com/cells/python-net/create-manipul...
  2. Setting Strong Encryption Type with C++|Documen...

    Learn how to apply strong encryption and password protection to Excel files using Aspose.Cells with C++....xls" ; // Create workbook Workbook workbook ( inputFilePath );...Strong Cryptographic Provider) workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/cpp/setting-strong-encryp...
  3. Change Tick Label Direction with C++|Documentation

    Learn how to change the direction of tick labels in Aspose.Cells for C++. Our guide will help you understand how to adjust the orientation of tick labels on axes, including horizontal, vertical, and angled orientations....Create workbook and load the sample Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/change-tick-label-dir...
  4. 使用 C++ 以标准或最小尺寸保存 Excel 为 PDF|Documentation

    了解如何使用 Aspose.Cells for C++ 将 Excel 文件保存为标准或最小尺寸的 PDF。...excel file into workbook object Workbook workbook ( inputFilePath...the workbook to PDF with the specified options workbook . Save...

    docs.aspose.com/cells/zh/cpp/save-excel-into-pd...
  5. 用C++在Excel文件中指定存储的有效数字|Documentation

    学习如何使用Aspose.Cells与C++在Excel文件中指定存储的有效数字。...( 15 ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/specifying-signifi...
  6. 用C++显示单元格范围作为数据标签|Documentation

    学习如何在图表中使用Aspose.Cells for C++将一个单元格范围作为数据标签。我们的指南将演示如何将标签与数据源绑定并进行格式化,从而在图表中提供准确而有意义的信息。...Create workbook from the source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/showing-cell-range...
  7. 单元格对齐设置|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 提供一个称为 Workbook 的类,表示 Excel 文件。Workbook 类包含一个 WorksheetCollection,允许访问...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...

    docs.aspose.com/cells/zh/java/cell-alignment-se...
  8. 用C++用Aspose.Cells计算IFNA函数|Documentation

    如何使用Aspose.Cells库的C++实现对IFNA函数的计算。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法计算IFNA函数并获得结果。最后将修改后的Excel文件保存到磁盘。...(); // Create new workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/calculating-ifna-f...
  9. Modify existing SQL Data Connection using Aspos...

    Learn how to modify existing SQL Data Connection properties using Aspose.Cells for JavaScript via C++....Data Connections using the Workbook.dataConnections collection...JavaScript via C++ to modify the workbook’s SQL Data Connection. You...

    docs.aspose.com/cells/javascript-cpp/modify-exi...
  10. Manage Legend of Excel Charts with C++|Document...

    Learn how to utilize Aspose.Cells for C++ to effectively use and customize chart legends in Microsoft Excel. Our comprehensive guide explains the legend's functionality, how to access and modify it, as well as how to improve visualization and data understanding with legends....Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Workbook object int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-legend/