2.2.40 CT_Data

Referenced by: CT_Cell

The data in the worksheet cell.

Attributes:

RTF: Specifies whether the data in the worksheet cell represented by the parent CT_Cell element has rich text formatting.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_Data">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute name="RTF" type="xs:boolean" default="false" use="optional"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).