diff --git a/lib/src/sheet/sheet.dart b/lib/src/sheet/sheet.dart index c1a6906f..1f9f3805 100644 --- a/lib/src/sheet/sheet.dart +++ b/lib/src/sheet/sheet.dart @@ -664,6 +664,8 @@ class Sheet { }); } }); + } else { + _data = _sheetData; } } _data[rowIndex] = {0: Data.newData(this, rowIndex, 0)};