Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 21,314 for

worksheet

(0.03 sec)
  1. 在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....//Adding a new worksheet to the Workbook object $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...
  2. Applying Style on a Row or Column|Documentation

    This article introduces how to apply style on row or column in GridDesktop....of rows and columns of a worksheet. This is a basic level of...customize the view of their worksheets for making them more presentable...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. Showing Cell Range as the Data Labels with C++|...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  4. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C# Library with .NET API....or Remove Scenarios from Worksheets Contents [ Hide ] Sometimes...creating a scenario, design the worksheet so that it contains at least...

    docs.aspose.com/cells/net/create-manipulate-or-...
  5. 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....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...
  6. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  7. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  8. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Access cell...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  9. Managing Page Breaks in Ruby|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 ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  10. 用C++管理工作簿|Documentation

    学习如何通过Aspose.Cells for C++ API管理工作簿。...Workbook workbook ; // Add a worksheet to the workbook workbook ...workbook ( "input.xlsx" ); auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/managing-workbooks...