Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 21,437 for

xls

(0.08 sec)
  1. GroupDocs.Viewer 2.11.0 | Process & Render Docs...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/2-11-0/
  2. GroupDocs.Viewer 3.7.0 | Process & Render Docs ...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/3-7-0/
  3. GroupDocs.Viewer 2.10.0 | Process & Render Docs...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/2-10-0/
  4. GroupDocs.Viewer 20.1.1 | Process & Render Docs...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/20-1-1/
  5. GroupDocs.Viewer 17.5.1 | Process & Render Docs...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/17-5-1/
  6. GroupDocs.Viewer 19.8.2 | Process & Render Docs...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/19-8-2/
  7. GroupDocs.Viewer 3.2.2 | Process & Render Docs ...

    Native & On-premise Java API to help you build Document Viewer & Renderer Apps that work with 170+ file formats for Word Excel PowerPoint OpenOffice & lot more....Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...Writer®: ODT/OTT Microsoft Excel®: XLS/XLSB/XLSM/XLSX/XLT/XLTX/XLTM...

    releases.groupdocs.com/viewer/java/3-2-2/
  8. Conversion to POTX is supported in GroupDocs.Co...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved....Check for unsupported Excel 95 XLS file format and throw an exception...

    blog.groupdocs.com/conversion/conversion-potx-f...
  9. Online PDF Text Viewer

    Free online document text parser. Secure and easy to use PDF text parser and viewer...POT PPTM POTX POTM PPSM OTP XLS XLT XLTX XLSX XLSM XLSB XLAM...

    products.groupdocs.app/parser/view-text/pdf
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.Xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....xls" try ( Metadata metadata = new...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/load-a-file-of...