Skip to content

[syncfusion_flutter_xlsio] RangeError (end): Invalid value: Not in inclusive range #2474

@YancyHsu

Description

@YancyHsu

rows[i] = rows[i + 1];

change to

rows.innerList[i - 1] = rows.innerList[i];

fix it

Metadata

Metadata

Assignees

No one assigned

    Labels

    waiting for customer responseCannot make further progress until the customer responds.xlsIOXlsIO component

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions