Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 161,046 for

workbook

(0.3 sec)
  1. 显示和隐藏工作簿的滚动条|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. Aspose.Cells for Java 17.02.0 Release Notes|Doc...

    Aspose.Cells for Java 17.02.0 Release Notes – the latest enhancements, new features, and fixes....hidden rows & columns to new workbook and converting it to HTML...hidden rows & columns to new workbook and converting it to HTML...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  3. GetEnumerator | Aspose.Cells for .NET API 参考

    获取遍历此集合的枚举器...返回值 枚举器 例子 [C#] Workbook workbook = new Workbook ( "template.xlsx"...xlsx" ); Cells cells = workbook . Worksheets [ 0 ]. Cells ; IEnumerator...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  4. Class VbaModuleCollection | Aspose.Cells for .N...

    Aspose.Cells.Vba.VbaModuleCollection class. Represents the list of VbaModule...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...project. VbaProject vbaProject = workbook . VbaProject ; // Add a new...

    reference.aspose.com/cells/net/aspose.cells.vba...
  5. Copying and Moving Worksheets in Python|Documen...

    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 Copy Worksheets within a Workbook To copy worksheet using Aspose...Instantiating a Workbook object by excel file path workbook = self ....

    docs.aspose.com/cells/java/copying-and-moving-w...
  6. Class QueryTable | Aspose.Cells for .NET API Re...

    Aspose.Cells.QueryTable class. Represents QueryTable information...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Getting...

    reference.aspose.com/cells/net/aspose.cells/que...
  7. Wrapping Cell Text in VSTO and Aspose.Cells|Doc...

    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....up the worksheet: Create a workbook. Access the first worksheet...ThisAddIn . Application ; //Access workbook Microsoft . Office . Interop...

    docs.aspose.com/cells/net/wrapping-cell-text-in...
  8. WorkbookPrintingPreview.EvaluatedPageCount | As...

    WorkbookPrintingPreview property. Evaluate the total page count of this Workbook...the total page count of this workbook public int EvaluatedPageCount...count of a workbook. Workbook workbook = new Workbook ( "Book1...

    reference.aspose.com/cells/net/aspose.cells.ren...
  9. Set Print Titles|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 ( "../...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/set-print-titles/
  10. How to Fix the java.lang.OutOfMemoryError while...

    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....are fair chances that the Workbook constructor may throw java...containing huge data sets in Workbook object as demonstrated below...

    docs.aspose.com/cells/java/how-to-fix-the-java-...