Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 161,046 for

workbook

(0.19 sec)
  1. 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/...
  2. 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/
  3. 在Python中自动调整行和列|Documentation

    通过Aspose.Cells for Python Via Java API学习如何自动调整行和列。...Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) \ # Accessing the...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  4. Opening Files in Jython|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 import Workbook from com . aspose . cells...Opening from path # Creatin an Workbook object with an Excel file...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  5. 在Aspose.Cells中设置公式中的外部链接|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....//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Get...Worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Get...

    docs.aspose.com/cells/zh/net/set-external-links...
  6. 创建新工作表|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...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/zh/net/create-new-worksheet/
  7. Limitations and API Differences|Documentation

    Aspose.Cells for Python via Java limitations and api differences....throws Exception { Workbook workbook = new Workbook ( FileFormatType...FileFormatType . XLSX ); workbook . getWorksheets (). get ( 0 ). getCells...

    docs.aspose.com/cells/python-java/limitations-a...
  8. Save Each Worksheet to Different PDF|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.... C# //Instantiate a new workbook and open the Excel //File...from its location Workbook workbook = new Workbook ( "../../data/test...

    docs.aspose.com/cells/net/save-each-worksheet-t...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Hide and Unhide Worksheets in a Workbook https://docs.aspose.com/cells/net/hide-and-unhide-worksheets-in-a-Workbook/ Recent content in Hide and Unhid......and Unhide Worksheets in a Workbook https://docs.aspose.com/c...nd-unhide-worksheets-in-a-workbook/ Recent content in Hide and...

    docs.aspose.com/cells/net/hide-and-unhide-works...
  10. DefaultStyle | Aspose.Cells for .NET API 参考

    获取或设置默认值Styleaspose.cells/style工作簿的对象....DefaultStyle Workbook.DefaultStyle property 获取或设置默认值 Style 工作簿的对象...Style 给它。 [C#] Workbook workbook = new Workbook (); Style defaultStyle...

    reference.aspose.com/cells/zh/net/aspose.cells/...