Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 5,033 for

xls

(0.04 sec)
  1. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iXLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  2. 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/java/get-document-i...
  3. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Extract formatted text from document | Document...

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

    docs.groupdocs.com/parser/java/extract-formatte...
  5. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/net/regular-expressio...
  6. Extract hyperlinks from document page | Documen...

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

    docs.groupdocs.com/parser/java/extract-hyperlin...
  7. Custom text extractors | Documentation

    GroupDocs.Search supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/net/custom-text-extra...
  8. Extract text by table of contents item | Docume...

    This article explains that how to extract text by table of contents item....from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our...

    docs.groupdocs.com/parser/net/extract-text-by-t...
  9. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free...

    docs.groupdocs.com/search/nodejs-java/indexing-...