Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 82,024 for

workbook

(0.12 sec)
  1. Aspose.Cells 8.4.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....add方法,以向Workbook的实例添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Aspose.Cells 8.4.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....Add方法,以向Workbook实例中添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Hiding and Showing Rows and Columns in Ruby|Doc...

    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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  4. Grouping and Ungrouping Rows and Columns in Rub...

    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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/grouping-and-ungroup...
  5. Excel to Pdf Conversion in 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 from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/excel-to-pdf-convers...
  6. 使用 Python.NET 和 Aspose.Cells 计算 IFNA 函数|Documen...

    学习如何使用 Aspose.Cells for Python.NET 计算 Excel 文件中的 IFNA 函数。处理...found Orange 关键步骤说明 创建一个新的 Workbook 实例 访问工作表和单元格集合 在A列中填充源数据 设置可能产生...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/zh/python-net/calculating...
  7. Search Data using Original Values with C++|Docu...

    Learn how to Search Data using Original Values through the Aspose.Cells for C++ API....); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/search-data-using-ori...
  8. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a ChangePalette...

    docs.aspose.com/cells/cpp/excel-color-palette/
  9. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library.... On the View tab, in the Workbook Views group, click Page Layout...footers from the file. Construct Workbook to open the file. Gets the...

    docs.aspose.com/cells/cpp/get-headers-or-footers/
  10. Setting Chart Appearance with Node.js via C++|D...

    Learn how to configure the appearance of charts in Aspose.Cells for Node.js via C++. Our guide will show you how to modify chart layouts, colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/setting-chart-...