Enum HtmlFormatHandlingType

HtmlFormatHandlingType enumeration

Specifies how to handle formatting from the HTML source

public enum HtmlFormatHandlingType

Values

NameValueDescription
All0Transfer all HTML formatting into the worksheet along with data.
None1Bring data in as unformatted text (setting data types still occurs).
Rtf2Translate HTML formatting to rich text formatting on the data brought into the worksheet.

See Also