HtmlExporter lets you export Workbooks to MHTML files.
The following tables list the members exposed by the MhtmlExporter type.
Name | Description | |
---|---|---|
Initializes a new instance of the MhtmlExporter class. |
Name | Description | |
---|---|---|
|
||
Gets a value indicating whether the charts in the workbook are exported. The charts are exported as images. (Inherited from HtmlExporterBase.) |
||
Gets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.) |
||
Gets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.) |
||
Gets the encoding used. (Inherited from HtmlExporterBase.) |
||
Gets the zero-based index of the first worksheet to export. (Inherited from HtmlExporterBase.) |
||
Gets a list with the names and values of the meta-tags to be included in the resulting HTML. (Inherited from HtmlExporterBase.) |
||
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. |
||
Gets the title of the resulting HTML. (Inherited from HtmlExporterBase.) |
||
Gets the zero-based index of the last worksheet to export, or -1, to export to the last worksheet in the workbook. (Inherited from HtmlExporterBase.) |
||
Gets 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.) |
||
Sets a value indicating whether the charts in the workbook are exported. The charts are exported as images. (Inherited from HtmlExporterBase.) |
||
Sets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.) |
||
Sets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.) |
||
Sets the encoding used. (Inherited from HtmlExporterBase.) |
||
Sets the zero-based index of the first worksheet to export. (Inherited from HtmlExporterBase.) |
||
|
||
Sets the title of the resulting HTML. (Inherited from HtmlExporterBase.) |
||
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.) |
||
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.) |