Aspose::Cells::ExternalConnections::HtmlFormatHandlingType enum

HtmlFormatHandlingType enum

Specifies how to handle formatting from the HTML source.

enum class HtmlFormatHandlingType

Values

NameValueDescription
All0
Transfer all HTML formatting into the worksheet along with data.
None1
Bring data in as unformatted text (setting data types still occurs).
Rtf2
Translate HTML formatting to rich text formatting on the data brought into the worksheet.

See Also