Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 161,046 for

workbook

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

    docs.aspose.com/cells/zh/java/copying-and-movin...
  2. TableStyleType | Aspose.Cells for .NET API 参考

    获取和内置表格样式...set ; } 例子 [C#] Workbook workbook = new Workbook ( "Book1.xlsx"...ListObjectCollection tables = workbook . Worksheets [ 0 ]. ListObjects...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. Setup Environment and Installation Guidelines|D...

    Setup Aspose.Cells for Python via Java and installation guidelines....import Workbook , FileFormatType workbook = Workbook ( FileFormatType...FileFormatType . XLSX ) workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/python-java/setup-environ...
  4. 在 PHP 中分组和取消分组行和列|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 = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  5. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/net/protect-and-unprotect/
  6. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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 provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  7. OutOfMemoryError When Converting to PDF a Sprea...

    Hello Community, I am encountering an issue where converting an Excel spreadsheet to PDF causes the JVM to exhaust memory and crash. Unfortunately, this error cannot be handled programmatically, and I need a solution to…...setLightCellsDataHan() for efficient workbook loading. ooxmlSaveOptions...consistently occurs at the workbook.save(outputStream, pdfSaveOptions)...

    forum.aspose.com/t/outofmemoryerror-when-conver...
  8. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/add-data-in-cells/
  9. 在电子表格中查找并替换|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 = new Workbook ( FOD_OpenFile . FileName...foreach ( Worksheet sheet in workbook . Worksheets ) { found +=...

    docs.aspose.com/cells/zh/net/find-and-replace-i...
  10. Public API Changes in Aspose.Cells 8.6.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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/net/public-api-changes-in...