Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 1,738 for

email to spreadsheet

(0.46 sec)
  1. Net DWG Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from DWG, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/dwg/
  2. Net CAD Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from CAD, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/cad/
  3. Net DOC Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from DOC, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/doc/
  4. Net EMF Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from EMF, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/emf/
  5. Net TIFF Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from TIFF, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/tiff/
  6. Net PPTM Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from PPTM, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/pptm/
  7. Net TIF Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from TIF, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/tif/
  8. Net PPS Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from PPS, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/pps/
  9. Net PPT Annotation API Annotate in C#

    Net API To create and Annotate popular annotation types from PPT, images, drawings and document file formats....Excel, PowerPoint, Outlook emails, Visio, Adobe, OpenDocument...Microsoft Word documents, spreadsheets, diagrams, presentations...

    products.groupdocs.com/annotation/net/ppt/
  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...