<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>

Parent Elements

<c>3.3.1.3); <nc>3.11.1.3); <oc>3.11.1.5)

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>