Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.
<HtmlType />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
PublishObject | Contains the properties of a published item. |
None.
None.
<xsd:element name="HtmlType" default="StaticHTML" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="PivotList" />
<xsd:enumeration value="StaticHTML" />
<xsd:enumeration value="WebCalc" />
<xsd:enumeration value="HTMLChart" />
<xsd:enumeration value="HtmlCalc" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>