2.4.25 ST_cellStyleID
A unique identifier for a cell CT_Style element within the CT_Styles collection.
The default worksheet cell and worksheet header style is 'sD'.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.
-
<xs:simpleType name="ST_cellStyleID" final="restriction"> <xs:restriction base="xs:string"> <xs:pattern value="sD|hD|0|[1-9][0-9]*"/> </xs:restriction> </xs:simpleType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).