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

workbook

(0.1 sec)
  1. import_xml method | Aspose.Cells for Python via...

    import_xml method Contents [ Hide ] import_xml Imports/Updates an XML data file into the Workbook. def import_xml ( s......an XML data file into the workbook. def import_xml ( self , url...aspose.cells import Workbook wb = Workbook ( "Book1.xlsx" ) wb...

    reference.aspose.com/cells/python-net/aspose.ce...
  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. Copying and Moving Worksheets in Ruby|Documenta...

    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...Code def copy_worksheet ( workbook ) # Create a Worksheets object...

    docs.aspose.com/cells/java/copying-and-moving-w...
  9. 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...
  10. 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/