Search
MhtmlExporter Members
Constructors Properties Methods
 


HtmlExporter lets you export Workbook objects to MHTML files.

The following tables list the members exposed by the MhtmlExporter type.

 Public Constructors

  Name Description

MhtmlExporter

Initializes a new instance of the MhtmlExporter class.

 Public Properties

  Name Description

EnableCharts

Gets or sets a value indicating whether the charts in the workbook are exported. The charts are exported as images. (Inherited from HtmlExporterBase.)

EnableGridLines

Gets or sets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.)

EnablePictures

Gets or sets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.)

Encoding

Gets or sets the encoding used. (Inherited from HtmlExporterBase.)

FromWorksheet

Gets or sets the zero-based index of the first worksheet to export. (Inherited from HtmlExporterBase.)

MetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML. (Inherited from HtmlExporterBase.)

SplitImageContent

Gets or sets a value indicating whether the content of images inside the exported MHTML should be split to individual lines that do not exceed 80 characters.

Title

Gets or sets the title of the resulting HTML. (Inherited from HtmlExporterBase.)

ToWorksheet

Gets or sets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook. (Inherited from HtmlExporterBase.)

WrapOverflowingContent

Gets or sets a value indicating whether overflowing text content will instead wrap. Otherwise overflowing content in the exported HTML will be clipped inside the containing cell. (Inherited from HtmlExporterBase.)

 Public Methods

  Name Description

Export

HtmlExporterBase.Export override.

 See Also