Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 11,295 for

xlsx

(0.06 sec)
  1. Working with metadata in HEIF/HEIC images | Doc...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in HEIF/HEIC images. For more details please refer to the following guide: Working with XMP metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in HEIF/HEIC images. Please find appropriate code samples in the Working with EXIF metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. GroupDocs.Annotation for .NET | Documentation

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel Xlsx and PowerPoint. PPTX... Microsoft Word DOCX, Excel XLSX and PowerPoint PPTX documents...

    docs.groupdocs.com/annotation/net/
  4. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  5. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form.... DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online...

    docs.groupdocs.com/search/net/nesting-search-qu...
  6. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/save-in-raster...
  7. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/python-net/save-in...
  8. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, image and other formats with GroupDocs.Conversion for .NET....formats: Microsoft Excel - XLS, XLSX, XLSM, XLSB, XLTX, XLT; OpenDocument...to Spreadsheet conversion is XLSX. Please check below how to convert...

    docs.groupdocs.com/conversion/net/convert/pdf/
  9. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...images into XLS/XLSX workbook. Convert JPG to XLSX // Load the source..."jpg-converted-to.xlsx" , options ); Convert PNG to XLSX // Load the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...images into XLS/XLSX workbook. Convert JPG to XLSX import com.groupdocs..."jpg-converted-to.xlsx" , options ); Convert PNG to XLSX import com...

    docs.groupdocs.com/conversion/java/convert/image/