<is>
(Rich Text Inline)
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>
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
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>