Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 160,984 for

workbook

(0.1 sec)
  1. 使用Python打印Hello World|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....Python 代码 workbook = self . Workbook () sheet = workbook . getWorksheets...file_format_type = self . FileFormatType workbook . save ( self . dataDir +...

    docs.aspose.com/cells/zh/java/hello-world-in-py...
  2. Converting ExcelFiles To Html in Jython|Documen...

    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...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/converting-excelfile...
  3. Chart Series|Aspose.Slides 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....0f ); auto workBook = chart -> get_ChartData ()...-> get_Series () -> Add ( workBook -> GetCell ( 0 , 0 , 1 , ObjectExt...

    docs.aspose.com/slides/cpp/chart-series/
  4. 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/ar/python-java/pyinstalle...
  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/ru/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/de/python-java/pyinstalle...
  7. ReadWorkbookStream() | Aspose.Slides for C++ AP...

    Writes the internally contained Excel Workbook it into an in-memory stream....internally contained Excel workbook it into an in-memory stream...internally contained Excel workbook. See Also Typedef SharedPtr...

    reference.aspose.com/slides/cpp/aspose.slides.c...
  8. How to Rotate Text of Cell|Documentation

    C# code to rotate text of Cell with Aspose.Cells for .NET API...Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

    docs.aspose.com/cells/net/how-to-rotate-text-of...
  9. Problem with Excel to PDF, bad visual effect of...

    We have two Excel test files exceltestfiles.7z (477,1 KB) (forum doesn’t support XLSX upload, so I zip them into 7z) , and we are testing excel2pdf function. Here is our code Workbook Workbook = new Workbook(“gunthere…...Here is our code Workbook workbook = new Workbook(“guntherexcel...xlsx”); workbook.save(“gunther-excel-Output.pdf”); Workbook workbook2...

    forum.aspose.com/t/problem-with-excel-to-pdf-ba...
  10. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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....//Create workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/net/public-api-changes-in...