Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 11,879 for

xlsx

(0.63 sec)
  1. Remove metadata properties | GroupDocs

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/remove-metadata...
  2. Loading Documents | GroupDocs

    Load source documents from a local file path, a Python stream, or an HTTP URL — optionally with LoadOptions for passwords, encodings, and external-resource control — in GroupDocs.Viewer for Python via .NET....an encrypted document (DOCX, XLSX, PDF, archive, Outlook, …)....

    docs.groupdocs.com/viewer/python-net/developer-...
  3. Find metadata properties | GroupDocs

    With GroupDocs.Metadata for Python via .NET you can search metadata and extract the properties you need from PDF, DOCX, PPTX, Xlsx, images, audio, video and many other file types using simple Python predicates.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/python-net/find-met...
  4. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/remove-page-re...
  5. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  6. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/query-language-s...
  7. Edit XML Files | Online Editing & Programmatic ...

    Discover efficient ways to edit XML files. Either edit XML files online or do it programmatically using C# & Java....Edit Excel Spreadsheets - XLS/XLSX Editor...

    blog.groupdocs.com/editor/edit-xml-files/
  8. Features overview | GroupDocs

    Key features of GroupDocs.Markdown for .NET — document to Markdown conversion with flavor control, image handling, front matter, and more...Word (DOCX, DOC, RTF), Excel (XLSX, XLS, CSV), PDF, EPUB, MOBI...

    docs.groupdocs.com/markdown/net/features-overview/
  9. Synonym dictionary | GroupDocs

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

    docs.groupdocs.com/search/net/synonym-dictionary/
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/working-with-m...