Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 37,704 for

xlsx

(0.1 sec)
  1. FileType.LOG Field - GroupDocs.Viewer for .NET ...

    Log File (.log)...Field XLSB Field XLSM Field XLSX Field XLT Field XLTM Field XLTX...

    apireference.groupdocs.com/viewer/net/groupdocs...
  2. FileType.RST Field - GroupDocs.Viewer for .NET ...

    reStructuredText File (.rst)...Field XLSB Field XLSM Field XLSX Field XLT Field XLTM Field XLTX...

    apireference.groupdocs.com/viewer/net/groupdocs...
  3. FileType.MD Field - GroupDocs.Viewer for .NET -...

    Markdown Documentation File (.md)...Field XLSB Field XLSM Field XLSX Field XLT Field XLTM Field XLTX...

    apireference.groupdocs.com/viewer/net/groupdocs...
  4. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/select-specifi...
  5. Numeric range search | Documentation

    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...
  6. Working with metadata in FLV files | Documentation

    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...
  7. Working with metadata in GIF images | Documenta...

    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 | Docu...

    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. FileType.HH Field - GroupDocs.Viewer for .NET -...

    C++ Header File (.hh)...Field XLSB Field XLSM Field XLSX Field XLT Field XLTM Field XLTX...

    apireference.groupdocs.com/viewer/net/groupdocs...
  10. GitHub - groupdocs-editor/GroupDocs.Editor-for-...

    GroupDocs.Editor for Java examples, plugins and showcase projects - groupdocs-editor/GroupDocs.Editor-for-Java...DOCX), Excel spreadsheets (XLS, XLSX), PDF & TXT. Directory Description...

    github.com/groupdocs-editor/GroupDocs.Editor-fo...