Search
HtmlExporter Properties
 


 Public Properties

  Name Description

EmbedImages

Gets or sets a value indicating whether to embed images in the HTML or copy them in a specified directory.

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.)

ImageFolder

Gets or sets the directory where the images referenced in the HTML should be copied.

MetaTags

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

RootFolder

Gets or sets the folder of the target HTML.

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.)

 See Also