Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 82,045 for

workbook

(0.03 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    Learn to set fit_to_pages_wide and fit_to_pages_tall properties for Excel printing using Aspose.Cells for Python via .NET API....configure in Microsoft Excel: Open workbook and select worksheet Navigate...import Workbook # Instantiating a Workbook object workbook = Workbook...

    docs.aspose.com/cells/python-net/how-to-print-e...
  2. Saving Files 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...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/
  3. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....); // Create new workbook Workbook workbook ; // Add worksheet...reference int sheetIndex = workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/cpp/managing-pictures/
  4. 使用 Node.js 通过 C++ 管理Microsoft Excel文件的工作表|Docum...

    使用Aspose.Cells for Node.js via C++添加、删除并激活工作表。...提供了一个类 Workbook ,它代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建 Workbook 类的对象。 调用 WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-work...
  5. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Cells provides a class, Workbook that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/
  6. Copying Rows and Columns in Python|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 = self .... Workbook ( self . dataDir + ' Book1 . xls ' ) \# Accessing the...

    docs.aspose.com/cells/java/copying-rows-and-col...
  7. Lock Cells to Protect Them with Python.NET|Docu...

    Learn how to lock specific cells and protect worksheets in Excel files using Aspose.Cells for Python via .NET....# Load sample workbook workbook = ac . Workbook ( "sample.xlsx"...xlsx" ) worksheet = workbook . worksheets [ 0 ] # Unlock all cells...

    docs.aspose.com/cells/python-net/how-to-lock-ce...
  8. Limitations and API Differences|Documentation

    Aspose.Cells for Python via Java limitations and api differences....throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/python-java/limitations-a...
  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 com . aspose . cells...Instantiating a Workbook object by excel file path workbook = Workbook ()...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  10. Load source excel file without charts|Documenta...

    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 workbook with specified load options Workbook workbook = new...new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/java/load-source-excel-fi...