Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 161,136 for

workbook

(0.19 sec)
  1. Merge or UnMerge Cells in a Worksheet in VSTO a...

    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....the first worksheet in the workbook and save the excel file. Merging...the excel file. excelApp . Workbooks . Open ( myPath , Missing...

    docs.aspose.com/cells/net/merge-or-unmerge-cell...
  2. Split Panes 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...saveFormat = SaveFormat ; workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/split-panes-in-jython/
  3. Managing Page Breaks 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....add_page_breaks ( workbook ) worksheets = workbook . getWorksheets...(that is Excel 2003) format workbook . save ( @data_dir + "Add...

    docs.aspose.com/cells/java/managing-page-breaks...
  4. Convert-JSON-to-Excel|Documentation

    Learn how to convert json to excel file with Aspose.Cells....file to Excel Workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to Workbook. The following code example...

    docs.aspose.com/cells/java/convert-json-to-excel/
  5. WorksheetCollection | Aspose.Cells for Java API...

    Encapsulates a collection of objects.... Example Workbook workbook = new Workbook(); WorksheetCollection...WorksheetCollection sheets = workbook.getWorksheets(); //Add a worksheet...

    reference.aspose.com/cells/java/com.aspose.cell...
  6. Ruby 中的 Hello World|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/zh/java/hello-world-in-ruby/
  7. Repair xlsb file via Python | products.aspose.com

    Repair a corrupt xlsb file using Python. Recovery tool to repair corrupted xlsb file within Python application....by creating an instance of Workbook, using the inheritance class...to the code above. Save the workbook, the corrupted xlsb file will...

    products.aspose.com/cells/python-net/recovery/r...
  8. VbaProjectReference类 | Aspose.Cells for Python ...

    VbaProjectReference类 VbaProjectReference类 代表VBA工程的引用。 VbaProjectReference 类型公开了以下成员: 特性 属性 描述 type 获取此引用的类型。 name 获取和......import Workbook # Instantiating a Workbook object workbook = Workbook...VBA project. vbaProject = workbook . vba_project # Add vba project...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. 在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 java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/zh/java/removing-workshee...
  10. GetPrecedentsInCalculation | Aspose.Cells for ....

    获取此单元格的公式在计算时使用的所有先例引用当前工作簿中的单元格... 例子 [C#] Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; cells [ "A2" ]. Formula...

    reference.aspose.com/cells/zh/net/aspose.cells/...