Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 160,988 for

workbook

(0.09 sec)
  1. Interface LightCellsDataHandler | Aspose.Cells ...

    Aspose.Cells.LightCellsDataHandler interface. Represents cells data handler for reading large spreadsheet files in light weight mode... Remarks When reading a workbook by this mode, StartSheet will...reading every worksheet in the workbook. For one sheet, if StartSheet...

    reference.aspose.com/cells/net/aspose.cells/lig...
  2. 在Python中对行和列进行分组和取消分组|Documentation

    通过Aspose.Cells for Python Via Java API学习如何对行和列进行分组和取消分组...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  3. 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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/row-column-height...
  4. Chart with No Data causes XLSX to become corrup...

    Hello, When a worksheet contains a Chart which is not associated with any cell data, the Workbook becomes corrupt after it is saved by Aspose Cells. This behavior can be seen under the latest Aspose Cells for Java vers…...associated with any cell data, the Workbook becomes corrupt after it is..."NoDataChart.xlsx"; Workbook wb = new Workbook(xlFile); String newFile...

    forum.aspose.com/t/chart-with-no-data-causes-xl...
  5. Create HTML Files via Python | products.aspose.com

    HTML creater. Create HTML files in Python code. Generate HTML files using 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-java/create/html/
  6. Copy and Move Worksheets Within and Between Wor...

    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....Worksheets Within and Between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-and-move-workshe...
  7. Range.GetEnumerator | Aspose.Cells for .NET API...

    Range method. Gets the enumerator for cells in this Range...Examples [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/net/aspose.cells/ran...
  8. Hello World 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....quickstart / ' workbook = Workbook () sheet = workbook . getWorksheets...file_format_type = FileFormatType workbook . save ( dataDir + "HelloWorld...

    docs.aspose.com/cells/java/hello-world-in-jython/
  9. Update XLTX File using Java | products.aspose.com

    Modify XLTX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLTX File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xltx/
  10. Repair xls file via Python | products.aspose.com

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

    products.aspose.com/cells/python-java/recovery/...