Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 82,029 for

workbook

(0.05 sec)
  1. Calculating Formulas in PHP|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/calculating-formulas-...
  2. 在 Node.js 和 C++ 中隐藏与显示行列|Documentation

    学习如何在工作表中隐藏和显示行列,使用 Aspose.Cells for Node.js via C++。...C++ 提供一个类 Workbook ,代表一个 Microsoft Excel 文件。 Workbook 类包含一个 WorksheetCollection...Instantiating a Workbook object with Uint8Array const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/hiding-and-...
  3. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...Cells提供了一个代表Microsoft Excel文件的类 WorkbookWorkbook 类包含了一个 WorksheetCollection...Create workbook from the input file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  4. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel Workbooks to HTML using Aspose.Cells for C++....save Excel workbooks to HTML. However, if the workbook contains...html" ; // Create workbook object Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  5. Create Pivot Charts in 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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  6. Working With Fonts|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....With Fonts C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-fonts/
  7. 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...
  8. Public API Changes in Aspose.Cells 8.6.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....Without Creating an Object of Workbook This release of Aspose.Cells...without creating an instance of Workbook. The WorkbookMetadata class...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Public API Changes in Aspose.Cells 8.8.1|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....be loaded when building the workbook from a template file. Filtering...Tables. SETTINGS loads only Workbook & Worksheet settings. SHAPE...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Adjusting Row Height and Column Width in Ruby|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/adjusting-row-height...