Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 14,665 for

worksheet

(0.14 sec)
  1. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Node.js via C++ API....simple data list in the first worksheet of the workbook (as shown...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/nodejs-cpp/creating-subto...
  2. Public API Changes in Aspose.Cells 8.5.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....CalculateFormula(CalculationOptions) Worksheet.CalculateFormula(CalculationOptions...//Source worksheet Worksheet srcSheet = workbook . Worksheets [ 0...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...settings. Merging Cells in a Worksheet Merging Cells in Microsoft...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  4. Adjusting Row Height and Column Width in Jython...

    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 worksheet = workbook ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/java/adjusting-row-height...
  5. Hiding and Showing Rows and Columns|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....certain rows or columns of the worksheet and then display them later...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  6. Managing Page Breaks 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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  7. Creating a List Object|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....Contents [ Hide ] The use of worksheets make is easy to work with...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/python-java/creating-a-li...
  8. Creating a Table|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 class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/creating-a-list-object/
  9. Columns Containing Non-Strongly Typed Data|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....values in the columns of a worksheet are not strongly typed (that...types) then we can export the worksheet content by calling the ExportDataTableAsStr...

    docs.aspose.com/cells/net/columns-containing-no...
  10. 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....chart collection int idx = worksheet . Charts . Add ( ChartType...chart instance Chart chart = worksheet . Charts [ idx ]; //Specify...

    docs.aspose.com/cells/zh/net/public-api-changes...