Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 161,048 for

workbook

(0.15 sec)
  1. Aspose.Cells 8.3.1中的公共API更改|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.... Java //Create workbook from the source spreadsheet...existing chart Workbook workbook = new Workbook ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  2. Workbook.Workbook | Aspose.Cells for .NET API R...

    Workbook constructor. Initializes a new instance of the Workbook class...Workbook.Workbook Contents [ Hide ] Workbook() Initializes a...instance of the Workbook class. public Workbook () Remarks The...

    reference.aspose.com/cells/net/aspose.cells/wor...
  3. Aspose.Cells 8.6.1中的公共API更改|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . save ( outputFilePath ,...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Saving 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...Creating an Workbook object with an Excel file path workbook = Workbook...

    docs.aspose.com/cells/java/saving-files-in-jython/
  5. 在工作表中插入超链接|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# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/insert-hyperlinks-...
  6. Intersect | Aspose.Cells for .NET API 参考

    返回一个Rangeaspose.cells/range表示两个范围的矩形交集的对象...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); // 获取第一个工作表单元格。...获取第一个工作表单元格。 Cells cells = workbook . Worksheets [ 0 ]. Cells ; Range...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  7. 在工作簿之间复制工作表|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....between Workbook.xlsx" ; //Create a new Workbook. Workbook excelWorkbook0...excelWorkbook0 = new Workbook (); //Get the first worksheet in the...

    docs.aspose.com/cells/zh/net/copy-worksheets-be...
  8. Inserting and Deleting Rows and Columns in Ruby...

    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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/inserting-and-deleti...
  9. 在 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...Instantiating a Workbook object by excel file path workbook = Workbook ()...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  10. TableStyle class | Aspose.Cells for Python via ...

    TableStyle class TableStyle class Represents the table style. The TableStyle type exposes the following members: Prop......BackgroundType , CellsHelper , Workbook from aspose.cells.tables import...Color workbook = Workbook () firstColumnStyle = workbook . create_style...

    reference.aspose.com/cells/python-net/aspose.ce...