Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 161,888 for

workbook

(0.1 sec)
  1. Workbook.CustomDocumentProperties | Aspose.Cell...

    Workbook property. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet...Workbook.CustomDocumentProper Workbook.CustomDocumentProper property...} Examples [C#] Workbook excel = new Workbook (); excel . CustomDocumentProper...

    reference.aspose.com/cells/net/aspose.cells/wor...
  2. QueryTable class | Aspose.Cells for Python via ...

    QueryTable class QueryTable class Represents QueryTable information. The QueryTable type exposes the following member......import Workbook # Instantiating a Workbook object workbook = Workbook...first worksheet worksheet = workbook . worksheets [ 0 ] See Also...

    reference.aspose.com/cells/python-net/aspose.ce...
  3. evaluated_page_count 属性 | Aspose.Cells for Pyth...

    evaluated_page_count 属性 evaluated_page_count 属性 评估此工作簿的总页数 例子 以下代码显示了获取工作簿页数的最快方法。 from aspose.cells import Workbook ......cells import Workbook from aspose.cells.rendering...WorkbookPrintingPrev workbook = Workbook ( "Book1.xlsx" ) workbookPrintingPrev...

    reference.aspose.com/cells/python-net/zh/aspose...
  4. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....\ cells \ Workbook ; Instantiating a new Workbook Aspose.Cells...Cells for Java Workbook workbook = new Workbook (); Aspose.Cells...

    docs.aspose.com/cells/php-java/limitations-and-...
  5. Create TSV Files via Python | products.aspose.com

    Python Sample code for generating TSV documents. Use this code for creating TSV files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create-tsv/
  6. Create MS Excel XLSX Files via Python | product...

    Python Sample code for generating XLSX documents. Use this code for creating MS Excel XLSX files within Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create-xlsx/
  7. Save Each Worksheet to Different PDF using Aspo...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...
  8. BorderCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Border./border对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //向Excel对象添加一个新的工作表...//向Excel对象添加一个新的工作表 workbook . Worksheets . Add (); //通过传入工作表的索引来获取新添加的工作表的引用...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  9. Workbook.BuiltInDocumentProperties | Aspose.Cel...

    Workbook property. Returns a DocumentProperty collection that represents all the builtin document properties of the spreadsheet...Workbook.BuiltInDocumentPrope Workbook.BuiltInDocumentPrope property...Examples [C#] Workbook workbook = new Workbook (); DocumentProperty...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. Merge Different Excel Files into a Single One i...

    Merge Excel files using Java into multiple sheets or single sheet. Merge, combine, or concatenate Excel documents to PDF, Images and HTML as well....multiple ways to combine workbooks with various types of content...& charts is by calling the Workbook.combine method. It allows...

    products.aspose.com/cells/java/merger/