Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 387 for

email to spreadsheet

(0.44 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...HowNow Knowledge, Document and Email Management system which is sold...documents, spreadsheets, presentations, ebooks, emails, markup documents...

    blog.groupdocs.com/groupdocs.blog/page/37/
  2. Getting Document Information | GroupDocs

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java.... Spreadsheets (Excel, CSV, etc.) For spreadsheet documents...download it. Email Messages (MSG, EML) For emails, metadata such...

    docs.groupdocs.com/conversion/java/get-document...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of some particular format.... Spreadsheet ); // Constants.InputXls...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of a particular format using GroupDocs.Metadata for Python via .NET.... SPREADSHEET ) # constants.input_xls is...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  5. Load a file of a specific format | GroupDocs

    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...
  6. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate Spreadsheet page previews try (Parser parser = new Parser(Constants....Parser class to generate spreadsheet page previews try ( Parser...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/handle-loading-o...
  7. Handle loading of external resources documents ...

    Learn how To handle loading of external resources....Parser class to generate spreadsheet page previews using ( Parser...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/handle-loading-of...
  8. Working with fonts in GroupDocs.Viewer for .NET

    Learn how To get list of used fonts, specify or replace missing fonts, exclude fonts...formats, like WordProcessing, Spreadsheet, Presentation, and PDF, have...SpreadsheetFontInfo type contain lot of Spreadsheet-specific font data: its color...

    blog.groupdocs.com/viewer/working-with-fonts/
  9. Remove page redactions | GroupDocs

    This article shows that how To remove pages with sensitive data from your PDF, presentation and Spreadsheet documents....presentations and worksheets from spreadsheet documents. With GroupDocs...Files), spreadsheets (Microsoft Excel, OpenOffice Spreadsheets, etc...

    docs.groupdocs.com/redaction/net/remove-page-re...
  10. PDF Binder Demo: Merging Multiple Formats into ...

    An engineering walkthrough of four ways To wire GroupDocs.Merger for .NET inTo a real document pipeline — from a single-shot controller To a full microservice split....while conversion runs; large spreadsheets are usually the culprit...SFTP landing zone, an inbound-email processor, a nightly finance...

    docs.groupdocs.com/merger/net/getting-started/u...