Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 82,045 for

workbook

(0.17 sec)
  1. Copying And Moving Worksheets in Jython|Documen...

    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...# Copy Worksheets within a Workbook self . copy_worksheet () #...

    docs.aspose.com/cells/java/copying-and-moving-w...
  2. 在Python.NET中指定要存储的有效数字|Documentation

    了解如何使用Aspose.Cells for Python via .NET API控制存储在Excel文件中的有效数字。...cells import Workbook , CellsHelper import aspose...15 ) # Create new workbook workbook = Workbook () # Access first...

    docs.aspose.com/cells/zh/python-net/specifying-...
  3. Display and Hide Scrollbars of Workbooks|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....Display and Hide Scrollbars of Workbooks Contents [ Hide ] Aspose.Cells...Scrollbars of Workbooks Aspose.Cells provides a class, Workbook that represents...

    docs.aspose.com/cells/java/display-and-hide-scr...
  4. Public API Changes in Aspose.Cells 8.4.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....module to the instance of Workbook. The VbaModuleCollection.add...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  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....创建新工作簿 Workbook类可用于简单使用 Java Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . save ( "newWorkBook...

    docs.aspose.com/cells/zh/java/create-new-workbook/
  6. Different Ways to Save Files with Node.js via C...

    Aspose.Cells for Node.js via C++ can save files to different formats including PDF, HTML, DOCX, PPTX, JSON, and MHTML....Cells provides the Workbook which represents a Microsoft...Excel files. The Workbook class provides the Workbook.save(string...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  7. 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...
  8. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/managing-ranges/
  9. Adjusting Row Height and Column Width in Jython...

    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/java/adjusting-row-height...
  10. Setting Page Options 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 by excel file path workbook = Workbook ()...

    docs.aspose.com/cells/java/setting-page-options...