Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 161,046 for

workbook

(0.12 sec)
  1. 在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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  2. ColorHelper.ToOleColor | Aspose.Cells for .NET ...

    ColorHelper method. Convert color to OLE_COLOR...ToOleColor ( Color color , Workbook workbook ) Parameter Type Description...Color The Color object. workbook Workbook Return Value The value...

    reference.aspose.com/cells/net/aspose.cells.dra...
  3. 在 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/zh/java/saving-files-in-j...
  4. 在VSTO和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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text...
  5. ErrorCheckOption | Aspose.Cells for .NET API 参考

    应用于特定范围的错误检查设置... 例子 [C#] Workbook workbook = new Workbook (); ErrorCheckOptionColl...ErrorCheckOptionColl opts = workbook . Worksheets [ 0 ]. ErrorCheckOptions...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  6. original_height property | Aspose.Cells for Pyt...

    original_height property original_height property Gets the original height of the picture. Example from aspose.cells ......import Workbook # Instantiating a Workbook object workbook = Workbook...Workbook () worksheet = workbook . worksheets [ 0 ] # Adding a...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. update_linked_data_source method | Aspose.Cells...

    update_linked_data_source method update_linked_data_source If this Workbook contains external links to other data sou......update_linked_data_source If this workbook contains external links to...update_linked_data_source ( self , external_workbooks ): ... Parameter Type Description...

    reference.aspose.com/cells/python-net/aspose.ce...
  8. Set Background Picture of a Worksheet|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....to give information about a workbook, for example when used as...to a spreadsheet: Create a workbook and access the sheet you want...

    docs.aspose.com/cells/net/set-background-pictur...
  9. 在 PHP 中复制行和列|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 by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/zh/java/copying-rows-and-...
  10. 在PHP中保存文件|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....for PHP 将文件保存到某个存储位置,他们可以在调用 Workbook 对象的 save 方法时简单地指定文件名(包括完整的存储路径)和所需的文件格式(使用...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/zh/java/saving-files-in-php/