Search
HtmlExporterBase Properties
 


 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.

 See Also