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