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

workbook

(0.11 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. 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...
  4. 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...
  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. 在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...
  8. Convert charts to images|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 (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  9. Hiding and Showing Rows and Columns in Jython|D...

    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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  10. Grouping and Ungrouping Rows and Columns in Jyt...

    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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/grouping-and-ungroup...