Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 41,424 for

worksheet

(0.78 sec)
  1. original_width_cm 属性 | Aspose.Cells for Python ...

    original_width_cm 属性 original_width_cm 属性 获取图片的原始宽度,单位为厘米。 例子 from aspose.cells import Workbook # Instantiating a Wor......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. Public API Changes in Aspose.Cells 8.7.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....been used to protect the Worksheet . The Protection.verifyPassword...used to protect the given worksheet, and false if specified password...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. border_line_color property | Aspose.Cells for P...

    border_line_color property border_line_color property Represents the Color of the border line of a picture. Example f......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. VbaModuleCollection | Aspose.Cells for Java API...

    Represents the list of...Description add(Worksheet sheet) Adds module for a worksheet. add(int...remove(Worksheet sheet) Removes module for a worksheet. remove(String...

    reference.aspose.com/cells/java/com.aspose.cell...
  5. Enum SheetType | Aspose.Cells for .NET API Refe...

    Aspose.Cells.SheetType enum. Specifies the Worksheet type...enumeration Specifies the worksheet type. public enum SheetType...VB 0 Visual Basic module Worksheet 1 Chart 2 Chart BIFF4Macro...

    reference.aspose.com/cells/net/aspose.cells/she...
  6. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/java/adjusting-row-height...
  7. Adjusting Row Height and Column Width in PHP|Do...

    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...() -> get ( 0 ); $cells = $worksheet -> getCells (); # Setting...

    docs.aspose.com/cells/java/adjusting-row-height...
  8. RevisionInsertSheet | Aspose.Cells for Java API...

    Represents a revision record of a sheet that was inserted....getName() Gets the name of the worksheet. getSheetPosition() Gets the... getWorksheet() Gets the worksheet. hashCode() notify() notifyAll()...

    reference.aspose.com/cells/java/com.aspose.cell...
  9. Importing from Array|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....data from an array to their worksheets by calling the ImportArray...Workbook (); //Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/net/importing-from-array/
  10. 在Python中隐藏和显示行和列|Documentation

    通过Aspose.Cells for Python Via Java API学习如何通过隐藏和显示来隐藏和显示行和列...Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/zh/java/hiding-and-showin...