Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 11,313 for

xlsx

(0.34 sec)
  1. Numeric range search | GroupDocs

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

    docs.groupdocs.com/search/java/numeric-range-se...
  2. Working with metadata in FLV files | GroupDocs

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

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Render to HTML | GroupDocs

    With GroupDocs.Viewer for .NET you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html.... ODT, …), Spreadsheet (XLSX, XLSM, …), Presentation...below shows opening a sample XLSX document and rendering it twice:...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  4. Get document info | GroupDocs

    This article shows that how to get meta information of a document....xlsx" using ( Metadata metadata =... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/get-document-info/
  5. GroupDocs.Merger Product Family on GroupDocs Bl...

    GroupDocs.Merger Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Merger Product Family on GroupDocs Blog | Document Automatio......remove it to unlock the XLS/XLSX files using Java API. Lock and...remove it to unlock the XLS/XLSX files using .NET API. Password...

    blog.groupdocs.com/categories/groupdocs.merger-...
  6. How to Convert HTML to Word using C#

    This short tutorial explains to you how to convert HTML to Word using C# without any third-party tool and how to use this guide to convert HTML to Word in C#....formats such as PDF, RTF, PNG, XLSX, PSD, and many more. We have...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, Xlsx, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more....formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX,...

    blog.groupdocs.com/parser/extract-text-and-meta...
  8. Extract Text from Markdown Files in Java | Mark...

    Extract Text from Markdown Files in Java. Parser the mardown files within Java applications using document parser API by GroupDocs.... DOCX, … Spreadsheets: XLS, XLSX, … Presentations: PPT, PPTX...

    blog.groupdocs.com/parser/extract-text-from-mar...
  9. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/clean-metadata/
  10. Get document info | GroupDocs

    Learn how to get basic document information including file type, page count, and file size using GroupDocs.Parser for .NET. Get document properties in C#.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/get-document-info/