It will return the SheetObject of sheet.
sheet
If the sheet does not exist then it will create sheet with New Sheet Object
New Sheet Object
Sheet operator [](String sheet) { _availSheet(sheet); return _sheetMap[sheet]!; }