Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 6,306 for

xls

(0.04 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } 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....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/redaction/net/save-overwriti...
  3. Load document from url | Documentation

    Learn how to Load document from url....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...and convert these images into XLS/XLSX workbook. Convert JPG to...SpreadsheetConvertOp (); // Save converted XLS file converter . convert ( "jpg-converted-to...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...and convert these images into XLS/XLSX workbook. Convert JPG to...SpreadsheetConvertOp (); // Save converted XLS file converter . convert ( "jpg-converted-to...

    docs.groupdocs.com/conversion/java/convert/image/
  6. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....xls" using ( Metadata metadata =...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  7. 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...
  8. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/nodejs-java/search-flow/
  10. Load password-protected file | Documentation

    Learn how to load a password-protected file by using .NET redaction API...like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/redaction/net/load-password-...