2.2.4.24.8 Style

Cell formatting or border formatting.

 <s:complexType name="Style">
   <s:choice>
     <s:group ref="cellStyle" />
     <s:group ref="borderStyle" />
   </s:choice>
   <s:attribute name="ID" use="required">
     <s:simpleType>
       <s:union memberTypes="cellStyleID borderStyleID" />
     </s:simpleType>
   </s:attribute>
 </s:complexType>

ID: A cellStyleID (section 2.2.4.24.41). MUST be present when a cellStyle group (section 2.2.4.24.8.1) is present. A borderStyleID (section 2.2.4.24.40) MUST be present when a BorderStyle group (section 2.2.4.24.8.2) is present.