Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 11,325 for

xlsx

(0.27 sec)
  1. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/python-net/use-pdf...
  2. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....xlsx" try ( Metadata metadata = new... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/get-document-i...
  3. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....formats such as DOCX, TIFF, XLSX, HTML, JPG, and many more. We...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. How to Convert MHTML to PDF in Java

    This tutorial explains how to convert MHTML to PDF in Java. This article consists of steps and code to show the implementation to convert MHTML to PDF using Java....of other formats, including XLSX, TIFF, DOT, DOC, JPG, and many...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#....calls for comparing the two XLSX files. However, you may modify...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  6. Viewer GWT Integration - Free Support Forum - g...

    Hi, <span lang="EN-GB" style="font-size: <br/> 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; mso-ansi-language:EN-GB;mso-fareast-language:DE"> We are evaluating to integrate…...case is to display a blob(docx,xlsx mostly) from the database in...

    forum.groupdocs.com/t/viewer-gwt-integration/2339
  7. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. GroupDocs.Conversion for Python via .NET | Grou...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular file formats, including DOCX, Xlsx, PPTX, PDF, CAD drawings, and many more....file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and...

    docs.groupdocs.com/conversion/python-net/
  9. Getting known property descriptors | GroupDocs

    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 try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/getting-known-...
  10. Get supported file formats | GroupDocs

    This article shows how to check supported file formats.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/java/get-supported-fi...