[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
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 |
all (All) |
Transfer all HTML formatting into the worksheet along with data. |
none (No Formatting) |
Bring data in as unformatted text (setting data types still occurs). |
rtf (Honor Rich Text) |
Translate HTML formatting to rich text formatting on the data brought into the worksheet. |
Referenced By |
webPr@htmlFormat (§3.13.13) |
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>