Specifies the cell data type formatting for a column.
<FieldType />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
FormatSettings | Contains format settings for the columns of imported text. |
None.
None.
<xsd:element name="FieldType" default="AutoFormat" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="AutoFormat" />
<xsd:enumeration value="Text" />
<xsd:enumeration value="MDY" />
<xsd:enumeration value="DMY" />
<xsd:enumeration value="YMD" />
<xsd:enumeration value="MYD" />
<xsd:enumeration value="DYM" />
<xsd:enumeration value="YDM" />
<xsd:enumeration value="Skip" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>