Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 161,045 for

workbook

(0.1 sec)
  1. ChartData | Aspose.Slides for Android via Java ...

    Represents data used for a chart plotting....internally contained Excel workbook it into an in-memory stream...internally contained Excel workbook with user-specified value...

    reference.aspose.com/slides/androidjava/com.asp...
  2. Missing Features in OpenXML|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....High-level programming with a workbook object model Assemble Spreadsheets...between Workbooks Copy Worksheets between Workbooks Copy Worksheets...

    docs.aspose.com/cells/net/missing-features-in-o...
  3. Java API to Convert MOBI to XLT or with free On...

    Convert MOBI to XLT via Java or Online App without using using Microsoft Word or Microsoft Excel or online. Test free MOBI to XLT online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...calling the save method of Workbook object. FAQ How can I convert...

    products.aspose.com/total/java/conversion/mobi-...
  4. CopyTheme | Aspose.Cells for .NET API 参考

    从另一个工作簿复制主题...CopyTheme Workbook.CopyTheme method 从另一个工作簿复制主题。 public void...CopyTheme ( Workbook source ) 范围 类型 描述 source Workbook 源工作簿。 也可以看看...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  5. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/fr/python-java/pyinstalle...
  6. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/it/python-java/pyinstalle...
  7. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/zh/python-java/pyinstalle...
  8. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......api import Workbook, FileFormatType, CellsHelper...getVersion()) workbook = Workbook(FileFormatType.XLSX) workbook.getWorksheets()...

    docs.aspose.com/cells/python-java/pyinstaller-p...
  9. 在工作簿内复制工作表|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 new Workbook. //Open an existing Excel file. Workbook wb = new...new Workbook ( "ResultedBook.xls" ); //Create a Worksheets object...

    docs.aspose.com/cells/zh/net/copy-worksheets-wi...
  10. protect method | Aspose.Cells for Python via .N...

    protect method protect Protects a Workbook. def protect ( self , protection_type , password ): ... Parameter Type Des......method protect Protects a workbook. def protect ( self , protection_type...the workbook. See Also module aspose.cells class Workbook parse_formulas...

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