Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 161,888 for

workbook

(0.23 sec)
  1. WorksheetCollection.CustomDocumentProperties | ...

    WorksheetCollection property. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet...Examples [C#] Workbook workbook = new Workbook (); workbook . Worksheets...Basic] Dim workbook as Workbook = New Workbook () workbook . Worksheets...

    reference.aspose.com/cells/net/aspose.cells/wor...
  2. auto_fill method | Aspose.Cells for Python via ...

    auto_fill method auto_fill Automaticall fill the target range. def auto_fill ( self , target ): ... Parameter Type De......import Workbook # Instantiating a Workbook object workbook = Workbook...first Worksheet Cells. cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. Create HTML Files via Python | products.aspose.com

    Python Sample code for generating HTML documents. Use this code for creating HTML files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/html/
  4. Display or Hide Scroll Bars in Aspose.Cells|Doc...

    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....class, Workbook that represents an Excel file. The Workbook class...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/net/display-or-hide-scrol...
  5. Could not initialize class com.aspose.cells.i72...

    Hi there, I’m using 22.7 version. I’m trying to convert the 2.zip (3.7 MB) file with the following code - public static byte[] convertExcelToPDF(ByteArrayInputStream excelInputStream) throws Exception { ByteA…...conversion"); Workbook workbook = new Workbook(excelInputStream);...setAllColumnsInOnePa(true); workbook.save(outputStreamPdf, saveOptions);...

    forum.aspose.com/t/could-not-initialize-class-c...
  6. Find Specific Word Occurrence|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...."List All Worksheets in a Workbook.xls" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/net/find-specific-word-oc...
  7. Structured storage version is not supported - F...

    Hi I am trying to process excel file with following code but getting error like This structured storage version is not supported. Workbook excelDocument1 = new Workbook(); FileInfo fileInfo = new FileInfo(file.FilePath…... Workbook excelDocument1 = new Workbook(); FileInfo...Excel97To2003); Workbook workbook = new Workbook(stream); amjad...

    forum.aspose.com/t/structured-storage-version-i...
  8. FontSetting class | Aspose.Cells for Python via...

    FontSetting class FontSetting class Represents a range of characters within the cell text. The FontSetting type expos......cells import Workbook from aspose.pydrawing import...Instantiating a Workbook object workbook = Workbook () # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Copying and Moving Worksheets in Python|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....Worksheets Copy Worksheets within a Workbook To copy worksheet using Aspose...Instantiating a Workbook object by excel file path workbook = self ....

    docs.aspose.com/cells/java/copying-and-moving-w...
  10. 获取工作表信息|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 . Sheets ; // For each sheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( fileName...

    docs.aspose.com/cells/zh/net/get-worksheet-info...