Contains the character to be used for identifying text when importing text data.
<TextQualifier />
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
Element | Description |
---|---|
Delimiters | Contains the delimiters used to parse imported text. |
None.
None.
<xsd:element name="TextQualifier" default="Quote" minOccurs="0" >
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="None" />
<xsd:enumeration value="Quote" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>