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

workbook

(0.66 sec)
  1. Microsoft Excel File Conversion Using Python vi...

    Convert Excel XLS, XLSX, ODS, CSV to PDF, XPS, HTML, JPEG, HTML and many other popular formats with just few lines of Python code....spreadsheet with an instance of Workbook and saving back in the desired...load the template file workbook = Workbook( "Book1.xls" ) // save...

    products.aspose.com/cells/python-java/conversion/
  2. Managing Document Properties 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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/managing-document-pr...
  3. 在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-...
  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. 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...
  6. 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...
  7. custom_document_properties 属性 | Aspose.Cells fo...

    custom_document_properties 属性 custom_document_properties 属性 返回代表电子表格所有自定义文档属性的 DocumentProperty 集合。 例子 from aspose.ce......cells import Workbook workbook = Workbook () workbook . worksheets...

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