Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 21,428 for

xls

(1.26 sec)
  1. FileType.CMD Field - GroupDocs.Comparison for ....

    Script file in DOS, OS/2 and Microsoft Windows...VST Field WEBMANIFEST Field XLS Field XLSB Field XLSM Field XLSX...

    apireference.groupdocs.com/comparison/net/group...
  2. 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/
  3. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. iimportdocumentoptions - GroupDocs.Merger for J...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, VSDX/VSD, ODT, ODS, ODP, HTML...

    apireference.groupdocs.com/merger/java/com.grou...
  5. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. 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...
  7. How to Convert Excel to PDF using Java

    This is a basic tutorial on how to convert Excel to PDF using Java. Convert documents without the use of third-party software and distribute them fast to everyone....Additionally, you may convert XLS and other Excel formats to PDF...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Extract Text and Metadata from EMLX Online

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

    products.groupdocs.app/parser/emlx
  9. Extract Text and Metadata from XLTX Online

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

    products.groupdocs.app/parser/xltx
  10. Document Parsing API on GroupDocs Blog | Docume...

    Document Parsing API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Parsing API on GroupDocs Blog | Document Automation Solutions for .NET &......document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX...

    blog.groupdocs.com/tag/document-parsing-api/ind...