NiceSpreadsheetSheet({ required this.name, int rows = 100, int cols = 26, }) : rowCount = rows, colCount = cols, cells = {};