Search
HtmlExporter Members
Constructors Methods
 


HtmlExporter lets you export Workbooks to HTML files.

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

 Public Constructors

  Name Description

HtmlExporter

Initializes a new instance of the HtmlExporter class.

 Public Methods

  Name Description

export

Overloaded.   (Inherited from HtmlExporterBase.)

getEmbedImages

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

getEnableCharts

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

getEnableGridLines

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

getEnablePictures

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

getEncoding

Gets the encoding used. (Inherited from HtmlExporterBase.)

getFromWorksheet

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

getImageFolder

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

getMetaTags

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

getRootFolder

Gets the folder of the target HTML.

getTitle

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

getToWorksheet

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

getWrapOverflowingContent

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

setEmbedImages

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

setEnableCharts

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

setEnableGridLines

Sets a value indicating whether to export the grid lines. (Inherited from HtmlExporterBase.)

setEnablePictures

Sets a value indicating whether to export pictures. (Inherited from HtmlExporterBase.)

setEncoding

Sets the encoding used. (Inherited from HtmlExporterBase.)

setFromWorksheet

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

setImageFolder

Sets the directory where the images referenced in the HTML should be copied.

setRootFolder

Sets the folder of the target HTML.

setTitle

Sets the title of the resulting HTML. (Inherited from HtmlExporterBase.)

setToWorksheet

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

setWrapOverflowingContent

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