【OOXML】Cellの子要素

18.3.1.4 c(Cell)[p.1603], CT_Cell[p.3928]

CT_Cellの定義では、Cellには以下の子要素がある

<xsd:sequence>
  <xsd:element name="f" type="CT_CellFormula" minOccurs="0" maxOccurs="1"/>
  <xsd:element name="v" type="s:ST_Xstring" minOccurs="0" maxOccurs="1"/>
  <xsd:element name="is" type="CT_Rst" minOccurs="0" maxOccurs="1"/>
  <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0"/>
</xsd:sequence>
    

18.3.1.40 f(Formula)[p.1640], CT_CellFormula[p.3937]

セルの数式を表す要素。数式は文字列ノードの要素に含まれている。

18.3.1.53 is(Rich Text Inline)[p.1656], CT_Rst[p.3919]

共有文字列テーブルを使用せずに、セルに直接文字列を含むことができる要素