Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 161,004 for

workbook

(0.08 sec)
  1. 在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提供了一个代表Excel文件的 Workbook 类。 Workbook 类提供了广泛的属性和方法来管理Exce...制Excel文件中滚动条的可见性,开发人员可以使用 Workbook 类的 setVScrollBarVisible 和...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  2. Worksheet.AddCopy() - Free Support Forum - aspo...

    Hi, I have an issue with Aspose.cells. I have a worksheet with some template name as Sheet1. I need to write each employee details in sheet by taking Worksheet.AddCopy(1). But if hide a of the row of second employee …...Open); using (Workbook workbook = new(fstream)) { Worksheet...Worksheet worksheet0 = workbook.Worksheets[0]; Worksheet worksheet1...

    forum.aspose.com/t/worksheet-addcopy/272842
  3. WorkbookSettings class | Aspose.Cells for Pytho...

    WorkbookSettings class WorkbookSettings class Represents all settings of the Workbook. The WorkbookSettings type expo......Represents all settings of the workbook. The WorkbookSettings type...value which represents if the workbook uses the 1904 date system...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. evaluated_page_count property | Aspose.Cells fo...

    evaluated_page_count property evaluated_page_count property Evaluate the total page count of this Workbook Example Th......the total page count of this workbook Example The following code...count of a workbook. from aspose.cells import Workbook from aspose...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. Saving Excel files to CSV, PDF and other format...

    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....would also need to save your workbook (file). Aspose.Cells provides...API provides a class named Workbook that represents an Excel file...

    docs.aspose.com/cells/java/saving-excel-files-t...
  6. Class WorkbookRender | Aspose.Cells for .NET AP...

    Aspose.Cells.Rendering.WorkbookRender class. Represents a Workbook render. The constructor of this class must be used after modification of pagesetup cell style...WorkbookRender class Represents a Workbook render. The constructor of...Description WorkbookRender (Workbook, ImageOrPrintOptions) The...

    reference.aspose.com/cells/net/aspose.cells.ren...
  7. Printing Workbooks in 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....Svenska Türkçe 日本語 Printing Workbooks in xlsx4j Contents [ Hide...] Aspose.Cells - Printing Workbooks After you finish creating...

    docs.aspose.com/cells/java/printing-workbooks-i...
  8. Saving Files 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....calling the save method of Workbook object. Python Code fileFormatType...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/java/saving-files-in-python/
  9. Saving Files in 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....calling the save method of Workbook object. PHP Code $fileFormatType...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/java/saving-files-in-php/
  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....Instantiating an Workbook object Workbook workbook = new Workbook ( dataDir...new sheet int sheetIndex = workbook . getWorksheets (). add (...

    docs.aspose.com/cells/zh/java/create-pivot-char...