Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 161,045 for

workbook

(0.1 sec)
  1. 在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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  2. Copy Worksheet|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....new Workbook by excel file path Workbook wb = new Workbook ( "..."../../data/workbook.xlsx" ); //Create a Worksheets object with...

    docs.aspose.com/cells/net/copy-worksheet/
  3. Aspose::Cells::Numbers::NumbersLoadOptions clas...

    Aspose::Cells::Numbers::NumbersLoadOptions class. Represents the options of loading Apple Numbers files in C++....format, you should not save the workbook as excel file format later...initializing styles of the workbook. GetFontConfigs() Gets and...

    reference.aspose.com/cells/cpp/aspose.cells.num...
  4. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....your source workbook Workbook workbook = new Workbook ( filePath...inside workbook data array for ( int idx = 0 ; idx < workbook . Worksheets...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  5. Convert-Excel-to-JSON|Documentation

    Learn how to convert excel file to json with Aspose.Cells for Python via Java....Java supports converting a Workbook to Json(JavaScript Object...Notation) file. Convert Excel Workbook to JSON No need to wonder...

    docs.aspose.com/cells/python-java/convert-excel...
  6. Saving Files in Ruby|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....calling the save method of Workbook object. Ruby Code data_dir...default (Excel2003) format workbook . save ( data_dir + "Book1...

    docs.aspose.com/cells/java/saving-files-in-ruby/
  7. Public API Changes in Aspose.Cells 8.5.2|Docume...

    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....//Create workbook object from source file Workbook workbook = new...new Workbook ( filePath ); //Access first worksheet Worksheet worksheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. VbaProject class | Aspose.Cells for Python via ...

    VbaProject class VbaProject class Represents the VBA project. The VbaProject type exposes the following members: Prop......import Workbook # Instantiating a Workbook object workbook = Workbook...VBA project. vbaProject = workbook . vba_project # Saving the...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Hello World in Ruby|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....'/data/' \ # Instantiating a Workbook object that represents a Microsoft...file. workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/java/hello-world-in-ruby/
  10. Create XLT using Python | products.aspose.com

    Generate Microsoft Excel XLT documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLT...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xlt/