Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 161,046 for

workbook

(0.11 sec)
  1. copy method | Aspose.Cells for Python via .NET ...

    copy method copy Copies data from a source Workbook object. def copy ( self , source ): ... Parameter Type Descriptio......Copies data from a source Workbook object. def copy ( self ,...Description source Workbook Source Workbook object. copy Copies...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. 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...
  3. Workbook.Combine | Aspose.Cells for .NET API Re...

    Workbook method. Combines another Workbook object...Workbook.Combine Workbook.Combine method Combines another Workbook...object. public void Combine ( Workbook secondWorkbook ) Parameter...

    reference.aspose.com/cells/net/aspose.cells/wor...
  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....Cells - 使用字体 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  5. 在xlsx4j中将每个工作表保存为不同的PDF|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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/zh/java/save-each-workshe...
  6. 将每个工作表保存为不同的 PDF|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.... C# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/zh/net/save-each-workshee...
  7. Range.AutoFill | Aspose.Cells for .NET API Refe...

    Range method. Automaticall fill the target range...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...Worksheet Cells. Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/net/aspose.cells/ran...
  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. Class ContentTypePropertyCollection | Aspose.Ce...

    Aspose.Cells.Properties.ContentTypePropertyCollection class. A collection of ContentTypeProperty objects that represent additional information...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Add...//Add a new property. workbook . ContentTypePropertie . Add (...

    reference.aspose.com/cells/net/aspose.cells.pro...
  10. Adjusting Row Height and Column Width in Ruby|D...

    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/adjusting-row-height...