Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 82,064 for

workbook

(0.08 sec)
  1. Track Document Conversion Progress with C++|Doc...

    Learn how to track document conversion progress in C++ using Aspose.Cells to enhance application usability....pdf" ; Workbook workbook ( inputFilePath ); PdfSaveOptions...SetPageSavingCallbac ( & callback ); workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/cpp/track-document-conver...
  2. Update XLSB File using .NET | products.aspose.com

    Modify XLSB documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xlsb/
  3. Public API Changes in Aspose.Cells 8.0.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....//Instantiate the Workbook with an object of LoadOptions Workbook book =...= new Workbook ( myDir + "large.xlsx" , options ); Demonstrates...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Printing Range of Pages using SheetRender and W...

    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....to print range of pages of workbook or worksheet. The following...prints the pages 2-5 of the workbook and worksheet. AI Document...

    docs.aspose.com/cells/net/printing-range-of-pag...
  5. Date Axis with C++|Documentation

    Learn how to manage the date axis in Aspose.Cells for C++. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....Create an instance of Workbook Workbook workbook ; // Get the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/date-axis/
  6. Date Axis with Node.js via C++|Documentation

    Learn how to manage the date axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to work with various date formats, time scales, and tick label frequencies....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/date-axis/
  7. Code Comparison for Common Features in Aspose.C...

    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....Sheet Within Workbook Re-Order Sheets Within Workbook Header and...Aspose.Cells Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/code-comparison-for-...
  8. 在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....new workbook //Open a template file $book = new Workbook ( $dataDir...

    docs.aspose.com/cells/zh/java/split-panes-in-php/
  9. WRAPCOLS Excel function - Free Support Forum - ...

    We are considering purchasing a new Aspose Cells license but one of the functions we would need is the WRAPCOLS function which is not currently supported. Are there any plans to add support for this?...manipulating the data in your workbook. Code Here’s a basic example...public void WrapColumns(Workbook workbook, int startColumn, int...

    forum.aspose.com/t/wrapcols-excel-function/314748
  10. Protecting Worksheets with C++|Documentation

    Learn how to protect worksheets, rows, columns, and specific cells in Microsoft Excel files using Aspose.Cells with C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/protecting-worksheets/