Spreadsheet

Flat Open Document Spreadsheet (fods)

Table

Row

Cell

<table:table-cell office:value-type="string" calcext:value-type="string">
    <text:p>a</text:p>
</table:table-cell>
<table:table-cell office:value="1.2345" office:value-type="float" calcext:value-type="float" />
<table:table-cell office:date-value="2022-02-02" table:style-name="DATE_STYLE" office:value-type="date" calcext:value-type="date" />
<table:table-cell office:time-value="PT19H03M00S" table:style-name="TIME_STYLE" office:value-type="time" calcext:value-type="time" />
<table:table-cell office:value="2.22" table:style-name="EUR_STYLE" office:value-type="currency" office:currency="EUR" calcext:value-type="currency" />
<table:table-cell office:value="-4.99" table:style-name="EUR_STYLE" office:value-type="currency" office:currency="EUR" calcext:value-type="currency" />
<table:table-cell office:value="0.4223" table:style-name="PERCENTAGE_STYLE" office:value-type="percentage" calcext:value-type="percentage" />
String
<table:table-cell office:value-type="string" calcext:value-type="string">
    <text:p>a</text:p>
</table:table-cell>
Float
<table:table-cell office:value="1.2345" office:value-type="float" calcext:value-type="float" />
Date
<table:table-cell office:date-value="2022-02-02" table:style-name="DATE_STYLE" office:value-type="date" calcext:value-type="date" />
Time
<table:table-cell office:time-value="PT19H03M00S" table:style-name="TIME_STYLE" office:value-type="time" calcext:value-type="time" />
Currency
<table:table-cell office:value="2.22" table:style-name="EUR_STYLE" office:value-type="currency" office:currency="EUR" calcext:value-type="currency" />
<table:table-cell office:value="-4.99" table:style-name="EUR_STYLE" office:value-type="currency" office:currency="EUR" calcext:value-type="currency" />
Percentage
<table:table-cell office:value="0.4223" table:style-name="PERCENTAGE_STYLE" office:value-type="percentage" calcext:value-type="percentage" />
Boolean
<table:table-cell office:boolean-value="true" table:style-name="BOOLEAN_STYLE" office:value-type="boolean" calcext:value-type="boolean" />
Formulae
<table:table-cell table:formula="of:=SUM([.B2:.B4])" office:value-type="float" calcext:value-type="float"/>
<table:table-cell table:formula="of:=SUM(MY_NAMED_RANGE)" office:value-type="float" calcext:value-type="float">

Named Expressions

<table:named-expressions>
  <table:named-range/>
<table:named-expressions>
Named Ranges
<table:named-range table:name="MY_NAMED_RANGE" table:base-cell-address="$Sheet1.$A$5" table:cell-range-address="$Sheet1.$A$1:.$A$5"/>

References