Sort Score
Result 10 results
Languages All
Labels All
Results 5,081 - 5,090 of 103,883 for

workbook

(0.23 sec)
  1. | Aspose

    Sample code for PNG to XLS Java conversion. Use API example code for batch PNG files to XLS conversion within any Web or Desktop Java based application....Excel is known as Workbook where each workbook can have one or...Microsoft Excel lets you export workbook data to several different...

    products.aspose.com/ocr/cpp/conversion/png-to-xls/
  2. Specifying the Absolute Position of the Pivot I...

    Learn how to specify the absolute position of pivot items in C++ using Aspose.Cells....02_OutputDirectory \\ " ); // Create workbook Workbook wb ( srcDir + u "source...SetPositionInSamePar ( 2 ); // Save the workbook wb . Save ( outDir + u "output_out...

    docs.aspose.com/cells/cpp/specifying-the-absolu...
  3. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....100 , 100 , 400 , 300 ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , 1 , "Series...

    docs.aspose.com/slides/nodejs-java/chart-series/
  4. Aspose.Cells 8.9.1 的 public 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....instance of Workbook Workbook book = new Workbook ( dir + "sample...instance of Workbook Workbook book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. How to Convert Excel to HTML in Java

    In this concise tutorial explanation is provided on how to convert Excel to HTML in Java. You can configure the output HTML using a number of properties before you export Excel to HTML in Java....converted to HTML using the Workbook object Create and initialize...Java by loading it into a Workbook class object and then configuring...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  6. Managing OLE Objects|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....Extracting OLE Objects in the Workbook The following example shows...extract OLE Objects from a Workbook. The example gets different...

    docs.aspose.com/cells/net/managing-ole-objects/
  7. Advanced Protection Settings since Excel XP|Doc...

    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....File menu, select Protect Workbook followed by Protect Current...via .NET provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/python-net/advanced-prote...
  8. Insert a Page Break in Excel using Python

    Insert a page break in Excel using Python. Get the IDE settings, a list of steps, and a sample code to break page in Excel using Python....Load the spreadsheet into the Workbook class object and access the...add() method Save the output Workbook with new page breaks in it...

    kb.aspose.com/cells/python/insert-a-page-break-...
  9. How to Convert XML to XLSX in Java

    This breif article is about how to convert XML to XLSX in Java. It includes the steps for detailed system configuration, a step-wise pseudocode, and a working sample code to develop a converter application for XML to Excel in Java....file from the disk using the Workbook class instance by providing...disk using an instance of the Workbook class and also providing the...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  10. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...following codes: Workbook workbook = new Workbook(); WorkbookDesigner...workbookDesigner = new WorkbookDesigner(workbook); String[] tokens = new String[]...

    forum.aspose.com/t/handling-json-array-as-singl...