Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 37,965 for

xlsx

(0.07 sec)
  1. 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. GroupDocs.Assembly for Java - API Reference

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......Microsoft Excel workbook formats: XLSX, XLSM, XLTX, XLTM, XLSB, XLS...

    apireference.groupdocs.com/assembly/java
  3. PPTx and Excel files Display Problem - Free Sup...

    When we open a PowerPoint file via GroupDocs.NetViewer project we are having this issue: viewer displays like this on local project. image.png (9.7 KB) But it should display like this as your online viewer displays i…...0 KB) Also xlsx files have similar problem....

    forum.groupdocs.com/t/pptx-and-excel-files-disp...
  4. Ruby Cloud SDK to Merge & Split PDF Word Excel ...

    Ruby cloud document merger SDK & REST API to merge & split pages of PDF, Word, Excel, diagrams & HTML file formats....DOT, DOTX, DOTM Excel : XLS, XLSX, XLSM, XLSB, XLT, XLTM, XLTX...

    products.groupdocs.cloud/merger/ruby/
  5. Extract text by table of contents item | Docume...

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

    docs.groupdocs.com/parser/net/extract-text-by-t...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/alias-dictionary/
  8. Search network deployment | Documentation

    This page contains information about deployment of the search network.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/search-network-d...
  9. 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. filetype - GroupDocs.Annotation for Java - API ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com....... XLSX Microsoft Excel Open XML Spreadsheet...

    apireference.groupdocs.com/annotation/java/com....