Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 161,045 for

workbook

(0.09 sec)
  1. Create Pivot Charts in xlsx4j|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 an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/java/create-pivot-charts-...
  2. Working With Fonts|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....With Fonts C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-fonts/
  3. Copying Rows and Columns in 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....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/copying-rows-and-col...
  4. 打印电子表格|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 Workbook workbook = new Workbook (); //Obtaining...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/zh/net/print-spreadsheets/
  5. Create MS Excel XLT Files via Java | products.a...

    XLT creater. Create XLT files in Java code. Generate MS Excel XLT files using Java based desktop or web application.... Create an instance of Workbook class . Access the relevant...like A1, B3, etc. Save the workbook as XLT format using the save()...

    products.aspose.com/cells/java/create/xlt/
  6. DigitalSignatureCollection class | Aspose.Cells...

    DigitalSignatureCollection class DigitalSignatureCollection class Provides a collection of digital signatures attache......cells import Workbook # workbook from a signed source...source file signedWorkbook = Workbook ( r "signedFile.xlsx" ) # wb...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. to_ole_color方法 | Aspose.Cells for Python via .N...

    to_ole_color方法 to_ole_color(color, Workbook) 将颜色转换为 OLE_COLOR 返回 OLE_COLOR 的值 def to_ole_color ( self , color , workb......to_ole_color方法 to_ole_color(color, workbook) 将颜色转换为 OLE_COLOR 返回 OLE_COLOR...to_ole_color ( self , color , workbook ): ... 范围 类型 描述 color aspose...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. PaginatedSaveOptions.SheetSet | Aspose.Cells fo...

    PaginatedSaveOptions property. Gets or sets the sheets to render. Default is all visible sheets in the Workbook Visible...all visible sheets in the workbook: Visible . public SheetSet...sheet to pdf. Workbook workbook = new Workbook ( "Book1.xlsx"...

    reference.aspose.com/cells/net/aspose.cells/pag...
  9. Class ColumnCollection | Aspose.Cells for .NET ...

    Aspose.Cells.ColumnCollection class. Collection of the objects that represent the individual columnsettings in a worksheet. The Column object only represents the settings such as column width styles .etc. for the whole column has nothing to do with the fact that there are nonempty cellsdata or not in corresponding column. And the Count of this collection only represents the count Column objects that have been instantiated in this collection has nothing to do with the fact that there are nonempty cellsdata or not in the worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    reference.aspose.com/cells/net/aspose.cells/col...
  10. FindOptions class | Aspose.Cells for Python via...

    FindOptions class FindOptions class Represents find options. The FindOptions type exposes the following members: Cons......LookInType , Workbook # Instantiate the workbook object workbook = Workbook...Get Cells collection cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...