Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 161,893 for

workbook

(0.52 sec)
  1. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  2. Public API Changes in Aspose.Cells 8.7.0|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 an instance of Workbook //Optionally load an existing...existing spreadsheet Workbook book = new Workbook ( inFilePath );...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. Class CheckBoxCollection | Aspose.Cells for .NE...

    Aspose.Cells.Drawing.CheckBoxCollection class. Represents a collection of CheckBox objects in a worksheet...//Create a new Workbook. Workbook workbook = new Workbook (); //Get...worksheet in the workbook. Worksheet sheet = workbook . Worksheets...

    reference.aspose.com/cells/net/aspose.cells.dra...
  4. Aspose.Cells Delete Worksheet - Value cannot be...

    Hi Aspose Team, When deleting a worksheet (RemoveAt method on WorksheetCollection object) I am getting the following error: Value Cannot be null. Parameter name: value This issue for same spreadsheets did not occur i…...sheetsToBeDeleted) { _workbook.Worksheets.RemoveAt(sheetName); } _workbook.Worksheet...Worksheet -> Aspose.Cells.Workbook.WorksheetCollection Attached...

    forum.aspose.com/t/aspose-cells-delete-workshee...
  5. Display or Hide Tabs 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.... Python Code workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  6. Create MS Excel XLS Files via Python | products...

    Python Sample code for generating XLS documents. Use this code for creating MS Excel XLS files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create-xls/
  7. Create MS Excel XLSM Files via Python | product...

    Python Sample code for generating XLSM documents. Use this code for creating MS Excel XLSM files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/xlsm/
  8. Create ODS (Openoffice / Lbreoffice) Files via ...

    Python Sample code for generating ODS documents. Use this code for creating ODS (Openoffice / Lbreoffice) files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python/create/ods/
  9. Getting started|Documentation

    setup Aspose.Cells for Node.js via Java and installation guidelines....cells" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejsjava/getting-started/
  10. 在xlsx4j中显示和隐藏工作簿的选项卡|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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类提供了广泛的属性和方法来管理Excel文...控制Excel文件中选项卡的可见性,开发人员可以使用Workbook类的 setShowTabs 方法。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/display-and-hide-...