-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
reader/odsReader for Open/LibreOffice spreadsheet files (OASIS)Reader for Open/LibreOffice spreadsheet files (OASIS)
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':
case 'table-row': |
As a result when reading the file the data is not pulled from table-row
inside table-row-group
.
Metadata
Metadata
Assignees
Labels
reader/odsReader for Open/LibreOffice spreadsheet files (OASIS)Reader for Open/LibreOffice spreadsheet files (OASIS)