Aspose::Cells::ExternalConnections::HtmlFormatHandlingType enum
HtmlFormatHandlingType enum
Specifies how to handle formatting from the HTML source.
enum class 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
- Library Aspose.Cells for C++