justkawal / excel

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

Fix of wrong calculation of new max rows if inserting a new row #337

Closed splohmer closed 3 months ago

splohmer commented 3 months ago

in the insert row function of the sheet there is a bug as the two cases new row index > max rows and not are switched.