Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 346 for

email to spreadsheet

(0.03 sec)
  1. Merge Table Cells Dynamically using GroupDocs.A...

    We are pleased To announce the release of version 19.1 of GroupDocs.Assembly for Java. 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 look 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 content....following document types: Spreadsheet Documents Presentation Documents...Documents Word Processing Documents Emails with HTML and RTF Bodies For...

    blog.groupdocs.com/assembly/merge-table-cells-d...
  2. 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...
  3. 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...
  4. C# Regex - Search in Documents using Regular Ex...

    Unlock the power of programmatic search in C#! Learn how To search multiple text-based documents across folders with precision using regular expressions....such as Word documents, spreadsheets, presentations, PDF files...files, Markup files, eBooks, email messages, One Note documents...

    blog.groupdocs.com/search/search-in-documents-b...
  5. 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...
  6. Generate previews | Documentation

    This article provides learning contents about how To generate page previews of documents in .NET using GroupDocs.Parser for Java API...getOutputFilePath ( fileName ); } Note Spreadsheets are rendered by tiles. See...are the steps to generate spreadsheets page previews: Prepare object;...

    docs.groupdocs.com/parser/java/generate-previews/
  7. 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/
  8. 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...
  9. Extract Images from PDF, Excel, PPT, Word Docum...

    .NET API with features To extract images from PDF, Spreadsheets, presentations, word-processing documents, and from specific pages using parsing API in C#....documents , spreadsheets , presentations, archives, and email documents...word-processing documents, spreadsheets, presentations, with the...

    blog.groupdocs.com/parser/extract-images-from-p...
  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 // 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...