Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 20,021 for

worksheet

(0.1 sec)
  1. 动态计算或重新计算公式|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 Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/calculate-or-recal...
  2. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page centre, the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....configure page setup settings for worksheets to control the printing process...Workbook class contains the worksheets collection that allows access...

    docs.aspose.com/cells/python-net/setting-margins/
  3. Output Blank Page when there is Nothing to Prin...

    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....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/java/output-blank-page-wh...
  4. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/php-java/limitations-and-...
  5. Grouping, Ungrouping Rows and Columns|Documenta...

    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....headings for sections in a worksheet, or you can use the symbols...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/go-cpp/grouping-ungroupin...
  6. Exporting Data from Grid|Documentation

    This article introduces how to export data in GridDesktop....Export the data of a selected Worksheet to your specified DataTable...inside. Finally, we exported worksheet data (starting from first...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Change Chart Position and Size|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" ); Worksheet worksheet = workbook . getWorksheets...chart from source worksheet Chart chart = worksheet . getCharts ()...

    docs.aspose.com/cells/java/change-chart-positio...
  8. Pivot Table Hide and Sort Data with C++|Documen...

    Learn how to hide and sort data in pivot tables using Aspose.Cells with C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-hide-and-...
  9. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...// Access first worksheet. Worksheet worksheet = workbook . GetWorksheets...inside the worksheet. ListObject table = worksheet . GetListObjects...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  10. 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...