Enum HtmlFormatHandlingType
Enum HtmlFormatHandlingType
Namespace: Aspose.Cells.ExternalConnections
Assembly: Aspose.Cells.dll (25.2.0)
Specifies how to handle formatting from the HTML source
public enum HtmlFormatHandlingType
Fields
All = 0
Transfer all HTML formatting into the worksheet along with data.
None = 1
Bring data in as unformatted text (setting data types still occurs).
Rtf = 2
Translate HTML formatting to rich text formatting on the data brought into the worksheet.