justkawal / excel

Excel Library for Flutter and Dart - https://pub.dev/packages/excel
MIT License
403 stars 212 forks source link

fix after insert new row, data is not written to the correct row #338

Closed splohmer closed 3 months ago

splohmer commented 3 months ago

After a new row is added, the data is moved, but inside the data row for each column the rowIndex is stored but not updated.