Closed
Description
I have .ods file in which several table-row
are inside table-row-group
:
<table:table-row-group>
<table:table-row table:style-name="ro4">
<table:table-cell table:style-name="ce2"/>
<table:table-cell office:value-type="string" table:style-name="ce8">
<text:p>some_text</text:p>
</table:table-cell>
<table:table-cell office:value="0.225" office:value-type="float" table:style-name="ce9">
<text:p>0,225</text:p>
The code in Reader/Ods.php only considers 'table-row':
As a result when reading the file the data is not pulled from table-row
inside table-row-group
.