Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 11,380 for

xlsx

(0.14 sec)
  1. Extract attachments from PDF portfolios | Group...

    This article explains that how to extract attachments from PDF documents... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/extract-attachmen...
  2. Logging | GroupDocs

    An interface is used to receive the information about errors, warnings and events which occur while data extraction.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/logging/
  3. Use advanced logging | GroupDocs

    Learn advanced logging techniques available in the redaction API... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/use-advanced-l...
  4. Alphabet | GroupDocs

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

    docs.groupdocs.com/search/java/alphabet/
  5. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/java/case-sensitive-s...
  6. 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-...
  7. 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...
  8. 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-...
  9. 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
  10. 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...