Skip to content

Reader/Ods.php - missed table-row-group #2507

Closed
@ArtemBro

Description

@ArtemBro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    reader/odsReader for Open/LibreOffice spreadsheet files (OASIS)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions