Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 351 for

email to spreadsheet

(0.08 sec)
  1. Load options for different document types | Doc...

    This article demonstrates how To load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API...., DOC, DOCX, RTF, ODT) Spreadsheets (e.g., XLS, XLSX, ODS, CSV)...CAD Drawings (e.g., DWG, DXF) Email Messages (e.g., MSG, EML) Markup...

    docs.groupdocs.com/conversion/java/load-options...
  2. Java File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using Java. Highlight scanning results in respective HTML files....formats for Word documents, spreadsheets, presentations, PDF files...files, Markup files, eBooks, email messages, One Note documents...

    blog.groupdocs.com/search/search-multiple-texts...
  3. Support for Dynamic Merging of Table Cells in G...

    We are delighted To announce the release of GroupDocs.Assembly for .NET 19.1. The latest version allows you To merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a glance at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API To merge the table cells that have equal textual contents....following document types: Spreadsheet Documents Presentation Documents...Documents Word Processing Documents Emails with HTML and RTF Bodies For...

    blog.groupdocs.com/assembly/dynamic-merging-of-...
  4. C# Fuzzy Search - Find in Files across Folders

    Unlock the power of programmatic fuzzy search in C#! Search multiple text-based documents across folders for approximate matches with error Tolerance....documents (DOC, DOCX) , spreadsheets (XLS, XLSX) , presentations... eBooks (EPUB, CHM, FB2) , email messages (MSG, EML) , OneNote...

    blog.groupdocs.com/search/fuzzy-search-csharp/
  5. GroupDocs.Assembly for .NET 20.4 Release Notes ...

    Major Features Provided an option To fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option To fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  ASSEMBLYNET-150  Provide an option To fit an image within textbox bounds while maintaining ratio for Emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option To fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  ASSEMBLYNET-152  Provide an option To fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....while maintaining ratio for emails with RTF bodies Feature ASSEMBLYNET-151...while maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. GroupDocs Holidays Offer – Get 25% off GroupDoc...

    Share this issue: Monthly NewsletterDecember 2018 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Get 25% off GroupDocs.Total OR 24 Bottles of Award-Winning Pirathon Total Shiraz (worth over $1500). Quote HOLOFF2018 or PIRATH2018 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers....information from files, documents, emails, and archives. Read more details...Microsoft Word, PowerPoint and email documents. .NET Code Example:...

    blog.groupdocs.com/total/groupdocs-holidays-off...
  7. GroupDocs Newsletter March 2018 – Document Mani...

    Share this issue: Monthly NewsletterMarch 2018 Edit Business Documents in Java by Loading in HTML Save Back To HTML, Word, ODT, XML & Text File Formats Edit and transform documents using HTML EdiTor or by any UI-less service within any Java based application. GroupDocs.EdiTor for Javais a powerful document editing API that allows converting supported document format inTo HTML and apply changes in any WYSIWYG HTML EdiTor, it also provide facility To convert back HTML document in same format or in other supported document format with changes made Easily manage complex documents editing operations by adding just a few lines of code within any type of Java application....Excel spreadsheets, PowerPoint presentations and email document...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  8. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file To load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path To your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties To extract or edit metadata System.... Spreadsheet ); // Constants.InputXls...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Getting Document Information | Documentation

    Learn how To retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.... Example 7: Get Spreadsheet Document Info You can find...download it. Example 9: Get Email Message Info You can find which...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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:... Spreadsheet ); const metadata = new groupdocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...