Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 41,187 for

worksheet

(0.07 sec)
  1. Re-Order Sheets Within Workbook|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....method, Worksheet.moveTo(), used to move a worksheet to another...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet1...

    docs.aspose.com/cells/java/re-order-sheets-with...
  2. Worksheet.AutoFitRow | Aspose.Cells for .NET AP...

    Worksheet method. Autofits the row height...Worksheet.AutoFitRow Contents [ Hide ] AutoFitRow(int, int, int)...within the row. See Also class Worksheet namespace Aspose.Cells assembly...

    reference.aspose.com/cells/net/aspose.cells/wor...
  3. 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...
  4. 使用ICustomFunction功能|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....reference of the first worksheet Worksheet worksheet = workbook . getWorksheets...sample value to "A1" cell worksheet . getCells (). get ( "B1"...

    docs.aspose.com/cells/zh/java/using-icustomfunc...
  5. 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...
  6. Axis class | Aspose.Cells for Python via .NET A...

    Axis class Axis class Encapsulates the object that represents an axis of chart. The Axis type exposes the following m......Workbook () # Adding a new worksheet to the Excel object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. 在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....the first worksheet in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Hiding...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  8. Class RevisionInsertSheet | Aspose.Cells for .N...

    Aspose.Cells.Revisions.RevisionInsertSheet class. Represents a revision record of a sheet that was inserted...get; } Gets the name of the worksheet. SheetPosition { get; } Gets...of revision. Worksheet { get; } Gets the worksheet.(Inherited from...

    reference.aspose.com/cells/net/aspose.cells.rev...
  9. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/python-net/view-and-edit-...
  10. Lock or unlock shapes|Documentation

    This article shows you code explaining how to Lock or unlock shapes to protect them using Aspose.Cells library....protect all shapes in certain worksheets to prevent them from being...all shapes in the specified worksheet. Locking shapes in a spreadsheet...

    docs.aspose.com/cells/net/lock-or-unlock-shapes/