Search
HtmlExporterBase Members
Constructors Properties Methods
 


Represents the base class for HTML exporters.

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

 Protected Constructors

  Name Description

HtmlExporterBase

Initializes a new instance of the HtmlExporterBase 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.

EnableGridLines

Gets or sets a value indicating whether to export the grid lines.

EnablePictures

Gets or sets a value indicating whether to export pictures.

Encoding

Gets or sets the encoding used.

FromWorksheet

Gets or sets the zero-based index of the first worksheet to export.

MetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML.

Title

Gets or sets the title of the resulting HTML.

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.

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.

 Public Methods

  Name Description

Export

Exports the specified workbook as an HTML page.

 See Also