justkawal / excel

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

Fixed column widths not being updated. #303

Closed johncharris closed 9 months ago

johncharris commented 9 months ago

This is an update to @FauconSpartiate's PR #280 targeting version 4 of the library. This also fixes a bug where the number of sized columns was used at the end instead of the index of the last sized column.

Fixes #265