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

worksheet

(0.08 sec)
  1. auto_fit_rows method | Aspose.Cells for Python ...

    auto_fit_rows method Contents [ Hide ] auto_fit_rows Autofits all rows in this Worksheet. def auto_fit_rows ( self ):......Autofits all rows in this worksheet. def auto_fit_rows ( self...Autofits all rows in this worksheet. def auto_fit_rows ( self...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. 在Jython中取消保护简单受保护的工作表|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" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # The following...

    docs.aspose.com/cells/zh/java/unprotecting-simp...
  3. Zoom Factor 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Setting...

    docs.aspose.com/cells/java/zoom-factor-in-ruby/
  4. Manage TextBox|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....to add/insert TextBox to Worksheet Replace tag with text in a...a textbox inside the Worksheet Access the Text Box by the Name...

    docs.aspose.com/cells/java/managing-textbox-of-...
  5. WorksheetCollection.IndexOf | Aspose.Cells for ...

    WorksheetCollection method. Searches for the specified sheet and returns the zerobased index of the first occurrence within the entire WorksheetCollection... public int IndexOf ( Worksheet sheet ) Parameter Type Description...Description sheet Worksheet The sheet to locate in the WorksheetCollection...

    reference.aspose.com/cells/net/aspose.cells.gri...
  6. Aspose::Cells::SheetType enum | Aspose.Cells fo...

    Aspose::Cells::SheetType enum. Specifies the Worksheet type in C++....SheetType enum Specifies the worksheet type. enum class SheetType...VB 0 Visual Basic module. Worksheet 1 Chart 2 Chart. BIFF4Macro...

    reference.aspose.com/cells/cpp/aspose.cells/she...
  7. add method | Aspose.Cells for Python via .NET A...

    add method add Adds module for a Worksheet. Returns def add ( self , sheet ): ... Parameter Type Description sheet Wo......method add Adds module for a worksheet. Returns def add ( self ,...Description sheet Worksheet The worksheet add Adds module. Returns...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. 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...
  9. Managing Page Breaks in 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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/java/managing-page-breaks...
  10. 在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....protection 模块的 unprotect_worksheet 方法。 PHP 代码 $filesFormatType...); $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...