<ST_HtmlFmt>
(HTML Formatting Handling)
How to handle formatting from the HTML source.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Transfer all HTML formatting into the worksheet along with data. |
|
Bring data in as unformatted text (setting data types still occurs). |
|
Translate HTML formatting to rich text formatting on the data brought into the worksheet. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_HtmlFmt">
<restriction base="xsd:string">
<enumeration value="none"/>
<enumeration value="rtf"/>
<enumeration value="all"/>
</restriction>
</simpleType>