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

xls

(0.16 sec)
  1. FileType.MAKE Field - GroupDocs.Comparison for ...

    Makefile is a file containing a set of directives used by a make build automation tool to generate a target/goal...VST Field WEBMANIFEST Field XLS Field XLSB Field XLSM Field XLSX...

    apireference.groupdocs.com/comparison/net/group...
  2. Extract Text and Metadata from POT Online

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

    products.groupdocs.app/parser/pot
  3. Extract Text and Metadata from PPT Online

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

    products.groupdocs.app/parser/ppt
  4. Ինչպես փոխարկել CSV-ն Excel-ին Java-ում

    Նայեք Java-ում CSV-ն Excel-ի փոխարկելու գործընթացին, ինչպես նաև գործառույթն իրականացնելու և օրինակելի կոդը՝ Java-ի միջոցով CSV-ից XlsX ստեղծելու համար:...տարբեր ձևաչափերից, ներառյալ XLS, XLTM, XML, XPS և շատ այլ ձևաչափեր:...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  5. HTML | Documentation

    This article explains that how to extract HTML 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/html/
  6. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/getting-known-...
  7. Get supported file formats | Documentation

    This article shows how to check supported file formats....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/java/get-supported-fi...
  8. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/java/numeric-range-se...
  9. 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...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/python-net/get-docu...