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

workbook

(0.08 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. 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...
  4. 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...
  5. 打印电子表格|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/
  6. 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...
  7. 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/
  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. Aspose::Cells::DefaultStyleSettings class | Asp...

    Aspose::Cells::DefaultStyleSettings class. Settings for the default values of Workbook's style properties in C++....for the default values of workbook’s style properties. class...default font name for the workbook. GetFontSize() Gets/Sets the...

    reference.aspose.com/cells/cpp/aspose.cells/def...
  10. Unprotecting Simply Protected Worksheet in Jyth...

    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/unprotecting-simply-...