[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element allows for strings to be expressed directly in the cell definition instead of implementing the shared string table.
[Example:
<c r="A1">
<is>
<t>String</t>
</is>
</c>
end example]
Parent Elements |
Child Elements |
Subclause |
phoneticPr (Phonetic Properties) |
§3.4.3 |
r (Rich Text Run) |
§3.4.4 |
rPh (Phonetic Run) |
§3.4.6 |
t (Text) |
§3.4.12 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rst">
<sequence>
<element name="t" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="r" type="CT_RElt" minOccurs="0" maxOccurs="unbounded"/>
<element name="rPh" type="CT_PhoneticRun" minOccurs="0" maxOccurs="unbounded"/>
<element name="phoneticPr" minOccurs="0" maxOccurs="1" type="CT_PhoneticPr"/>
</sequence>
</complexType>