Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 37,983 for

xlsx

(0.09 sec)
  1. 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...
  2. 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/
  3. 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...
  4. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/nodejs-java/search-by...
  5. Basic usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, and more with our ...

    docs.groupdocs.com/watermark/net/basic-usage/
  6. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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...
  8. 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/
  9. 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...
  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.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

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