Enum HtmlFormatHandlingType
HtmlFormatHandlingType enumeration
Specifies how to handle formatting from the HTML source
public enum HtmlFormatHandlingType
Values
Name | Value | Description |
---|---|---|
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. |
See Also
- namespace Aspose.Cells.ExternalConnections
- assembly Aspose.Cells