Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 3,856 for

spreadsheet

(0.2 sec)
  1. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Word Processing documents Spreadsheet documents Presentation documents...

    docs.groupdocs.com/assembly/net/changing-target...
  2. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Spreadsheet ); const metadata = new groupdocs...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. Convert JPG to XLSX using Java

    In this tutorial, you'll learn how to convert JPG to XLSX using Java. There is no need to install extra software to export JPG to XLSX using Java on any platform....visual information into Excel spreadsheets. Furthermore, these steps...visual content into Excel spreadsheets. This skill proves invaluable...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  4. Render Email Attachments and Outlook Data Files...

    We are back with a major release of GroupDocs.Viewer for Java as version 19.1. The latest release has come with some exciting new features as well as a bunch of improvements and important bug fixes. Please have a look at the release notes to know about the new features and the changes introduced in GroupDocs.Viewer for Java 19.1. Furthermore, if you are planning to upgrade the API from any previous version, we strongly recommend you to check the Public API Changes section of release notes....Excel to HTML OpenDocument spreadsheet documents incorrect rendering...

    blog.groupdocs.com/viewer/render-email-attachme...
  5. How to Compare Excel Files in Java

    Quickly review the detailed instructions to compare Excel files in Java without MS Office and easily develop a Java program to compare two Excel files....for comparison of other Spreadsheet formats like XLS, XLT, XLTM...

    kb.groupdocs.com/comparison/java/how-to-compare...
  6. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications.... For example Excel spreadsheet or PowerPoint presentation...

    docs.groupdocs.com/merger/java/add-document-to-...
  7. Advanced Usage | GroupDocs

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Formula while Assembling Spreadsheet Documents Adding NEXT Field...

    docs.groupdocs.com/assembly/java/advanced-usage/
  8. GroupDocs.Markdown for .NET Documentation | Gro...

    Convert PDF, Word, Excel, and other documents to clean Markdown with full control over output flavor, image handling, and formatting....matter Heading level offset Spreadsheet options Image strategies...

    docs.groupdocs.com/markdown/net/
  9. GroupDocs.Markdown for .NET overview | GroupDocs

    GroupDocs.Markdown for .NET converts documents to clean, structured Markdown with full control over output flavor, image handling, and formatting....inspection without converting Spreadsheet control , sheet separators...

    docs.groupdocs.com/markdown/net/product-overview/
  10. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....DOCM, RTF, ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...Viewer viewer = new Viewer ( "Spreadsheet-with-script.xlsx" )) { viewer...

    docs.groupdocs.com/viewer/java/rendering-to-html/