Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 41,196 for

worksheet

(0.1 sec)
  1. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  2. 在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....代码 $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  3. Class GridWorksheetCollection | Aspose.Cells fo...

    Aspose.Cells.GridWeb.Data.GridWorksheetCollection class. Encapsulates a collection of GridWorksheet objects...Description Add () Adds a worksheet to the collection. Add (object)...object. Add (string) Adds a worksheet to the collection. AddCopy...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. 在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....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...
  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 in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/hiding-and-showing-ro...
  6. 在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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-ruby/
  7. Create Remove and Get GridCell Comments|Documen...

    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....comments inside the GridWeb worksheet. It is worth noting that GridWeb...first worksheet of GridWeb. // Access first worksheet of GridWeb...

    docs.aspose.com/cells/java/create-remove-and-ge...
  8. 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...
  9. 处理页眉和页脚|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 WorksheetCollection...WorksheetCollection worksheets = workbook . Worksheets ; Worksheet worksheet...

    docs.aspose.com/cells/zh/net/working-with-heade...
  10. Create a spreadsheet document|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.... Worksheet = new Worksheet ( new SheetData ());...Sheets ()); // Append a new worksheet and associate it with the...

    docs.aspose.com/cells/net/create-a-spreadsheet-...