Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 16,696 for

worksheet

(0.06 sec)
  1. Display or Hide Row Column Headers in Ruby|Docu...

    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....Accessing the first worksheet in the Excel file worksheets = workbook...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/java/display-or-hide-row-...
  2. Save Workbook to Text or CSV Format 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....a workbook with multiple worksheets into text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/net/save-workbook-to-text...
  3. 从ArrayList导入|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....Workbook (); //Adding a new worksheet to the Workbook object int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/importing-from-arr...
  4. Managing Page Breaks in Python|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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  5. how to do lazy loading in GridJs|Documentation

    This article describes how to implement lazy loading in GridJs....file containing numerous worksheets, we can optimize the loading...initially loading only the active worksheet. This strategy ensures that...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. Using FormulaText Function in Aspose.Cells with...

    This article introduces how to use the FormulaText function in Aspose.Cells library to process formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to get and set the formula text of the cell and get the result. Finally, we save the modified Excel file to disk....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/using-formulatext-fun...
  7. Row Column Height Adjustment in xlsx4j|Document...

    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....first worksheet in the Excel file Worksheet worksheet = workbook...get ( 0 ); Cells cells = worksheet . getCells (); //Setting the...

    docs.aspose.com/cells/java/row-column-height-ad...
  8. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....chart found on the first worksheet to SVG. #include <iostream>...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/converting-chart-to-i...
  9. Save ODS File in ODF 1.1, 1.2 and 1.3 Specifica...

    Convert Excel to ODF 1.1, 1.2 and 1.3 Specifications with Aspose.Cells using C++....value to cell A1 on the first worksheet and then saves the ODS file...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/save-ods-file-in-odf-...
  10. Copy Row Heights of Source Range to Destination...

    Learn how to copy row heights from a source range to a destination range using Aspose.Cells for C++....workbook ; // Source worksheet Worksheet srcSheet = workbook ...); // Add destination worksheet Worksheet dstSheet = workbook ...

    docs.aspose.com/cells/cpp/copy-row-heights-of-s...