Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 161,892 for

workbook

(0.51 sec)
  1. Class VbaModule | Aspose.Cells for .NET API Ref...

    Aspose.Cells.Vba.VbaModule class. Represents the module in VBA project...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...project. VbaProject vbaProject = workbook . VbaProject ; // Add a new...

    reference.aspose.com/cells/net/aspose.cells.vba...
  2. Cells.GetEnumerator | Aspose.Cells for .NET API...

    Cells method. Gets the cells enumerator...Examples [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/net/aspose.cells/cel...
  3. unprotect method | Aspose.Cells for Python via ...

    unprotect method unprotect Unprotects a Workbook. def unprotect ( self , password ): ... Parameter Type Description p......method unprotect Unprotects a workbook. def unprotect ( self , password...the workbook. See Also module aspose.cells class Workbook start_access_cache...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells....Cells supports converting a Workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/net/convert-excel-to-json/
  5. Class TableStyle | Aspose.Cells for .NET API Re...

    Aspose.Cells.Tables.TableStyle class. Represents the table style...Examples [C#] Workbook workbook = new Workbook (); Style firstColumnStyle...firstColumnStyle = workbook . CreateStyle (); firstColumnStyle ...

    reference.aspose.com/cells/net/aspose.cells.tab...
  6. sheet_set property | Aspose.Cells for Python vi...

    sheet_set property sheet_set property Gets or sets the sheets to render. Default is all visible sheets in the workboo......all visible sheets in the workbook: SheetSet.visible . Example...cells import PdfSaveOptions , Workbook from aspose.cells.rendering...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. sheet_set property | Aspose.Cells for Python vi...

    sheet_set property sheet_set property Gets or sets the sheets to render. Default is all visible sheets in the workboo......all visible sheets in the workbook: SheetSet.visible . Example...cells import PdfSaveOptions , Workbook from aspose.cells.rendering...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. sheet_set property | Aspose.Cells for Python vi...

    sheet_set property sheet_set property Gets or sets the sheets to render. Default is all visible sheets in the workboo......all visible sheets in the workbook: SheetSet.visible . Example...cells import PdfSaveOptions , Workbook from aspose.cells.rendering...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Copying Rows and Columns 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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/copying-rows-and-col...
  10. 无图表加载源Excel文件|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 workbook with specified load options Workbook workbook = new...new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/zh/java/load-source-excel...