justkawal / excel

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

delete row small performance improvement #339

Closed splohmer closed 6 months ago

splohmer commented 6 months ago

there are deletions done on _sheetData but later on this is overwritten by _data, therefore these operations are useless.