Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 161,888 for

workbook

(0.17 sec)
  1. Copying And Moving Worksheets in Jython|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.... cells import Workbook from com . aspose . cells...# Copy Worksheets within a Workbook self . copy_worksheet () #...

    docs.aspose.com/cells/java/copying-and-moving-w...
  2. Class AutoFilter | Aspose.Cells for .NET API Re...

    Aspose.Cells.AutoFilter class. Represents autofiltering for the specified worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( "template...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Creating...

    reference.aspose.com/cells/net/aspose.cells/aut...
  3. Class ConditionalFormattingCollection | Aspose....

    Aspose.Cells.ConditionalFormattingCollection class. Encapsulates a collection of FormatCondition objects...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //Get Conditional...

    reference.aspose.com/cells/net/aspose.cells/con...
  4. Create MS Excel XLS Files via Python | products...

    Python Sample code for generating XLS documents. Use this code for creating MS Excel XLS 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-java/create-xls/
  5. Managing Page Breaks in 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.... cells import Workbook from com . aspose . cells...Instantiating a Workbook object workbook = Workbook ( dataDir + "Book1...

    docs.aspose.com/cells/java/managing-page-breaks...
  6. 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...
  7. 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/
  8. ListObject.TableStyleType | Aspose.Cells for .N...

    ListObject property. Gets and the builtin table style...Examples [C#] Workbook workbook = new Workbook ( "Book1.xlsx"...ListObjectCollection tables = workbook . Worksheets [ 0 ]. ListObjects...

    reference.aspose.com/cells/net/aspose.cells.tab...
  9. 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...
  10. 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...