HtmlFormatHandlingType Enum
HtmlFormatHandlingType Enum
Specifies how to handle formatting from the HTML source
type HtmlFormatHandlingType int32
Fields
| Field | Description |
|---|---|
| All | Transfer all HTML formatting into the worksheet along with data. |
| None | Bring data in as unformatted text (setting data types still occurs). |
| Rtf | Translate HTML formatting to rich text formatting on the data brought into the worksheet. |