justkawal / excel

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

insertRowIterables(dataList, 8) question #322

Open Nelson-Nee opened 7 months ago

Nelson-Nee commented 7 months ago

Dear insertRowIterables(dataList, 8) does update the row (sheet.Rows[8]) 's contents, it does not insert a new line?

Does it work improperly or it was designed as this way.

Thanks

Nelson-Nee commented 7 months ago

If we want insert a new line, what we should do. Thanks