Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 102,120 for

workbook

(0.17 sec)
  1. Add PDF Bookmarks with Named Destinations with ...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for C++....// Load source Excel file Workbook wb ( srcDir + u "samplePd...bookmarkEntry ); // Save the workbook in PDF format with the given...

    docs.aspose.com/cells/cpp/add-pdf-bookmarks-wit...
  2. Error Occuring when execution of Aspose convers...

    Dear Aspose Support, We are encountering an issue while trying to convert an XLSX file to HTML using the Aspose.XLSXToHTML operation integrated into our Nuxeo platform. Below i have attached error :point_down: ****** …...the XLSX file Workbook workbook = new Workbook("input.xlsx");...option // Save the file as HTML workbook.Save("output.html", SaveFormat...

    forum.aspose.com/t/error-occuring-when-executio...
  3. Convert PDF to DOC or DOCX format in Jython|Asp...

    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....GitHub Convert PDF to Excel Workbook in Jython...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  4. Convert DOC to JSON Format in Android Apps | pr...

    Parse DOC to JSON format in Android Apps without using Microsoft Word or Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  5. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells library for Node.js via C++....via C++ provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/view-and-edit-...
  6. Convert PPS to XLAM in Android Apps or with fre...

    Convert PPS to XLAM in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLAM online converter quickly before integrating the code.... The Excel Macro-Enabled Workbook (XLAM) is a file format used...used to store Excel workbooks that contain macros. Converting...

    products.aspose.com/total/android-java/conversi...
  7. Convert PPSX to JSON Format in Android Apps | p...

    Convert PPSX to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/android-java/conversi...
  8. Add Images in Spreadsheet in xlsx4j|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 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . getWorksheets (). get ( 0 ); //Adding...

    docs.aspose.com/cells/java/add-images-in-spread...
  9. Merge XLSX Files Online or using C++ | products...

    Free online app to combine different XLSX files. C++ merging library code to merge XLSX worksheets into other formats....XLSX using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xlsx/
  10. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/