Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 6,331 for

xls

(0.08 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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-...
  3. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API.... Available options are: Xls, Xlsx, Xlsm, Xlsb, Ods, Ots,...of spreadsheet formats like XLS, XLSX, CSV, and others, simplifying...

    docs.groupdocs.com/conversion/java/load-spreads...
  4. Introducing GroupDocs.Signature for Java | Docu...

    Introduction to GroupDocs.Signature for Java - what is it and why to use...PDF, DOCX/DOC, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, HTML and many...

    docs.groupdocs.com/signature/java/introducing-g...
  5. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/java/plain-text/
  6. 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....other Spreadsheet formats like XLS, XLT, XLTM, XLSB, and XLSM. We...

    kb.groupdocs.com/comparison/java/how-to-compare...
  7. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....including DOCX, PPTX, ODS, RTF, XLS, and many more. We demonstrated...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, Xls, XlsX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX...

    blog.groupdocs.com/parser/extract-text-and-meta...
  9. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs....Documents: DOC, DOCX, … Spreadsheets: XLS, XLSX, … Presentations: PPT,...

    blog.groupdocs.com/parser/extract-text-from-mar...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/clean-metadata/