IExcel constructor

IExcel(
  1. Map<String, Sheet> sheetMap
)

Implementation

IExcel(Map<String, Sheet> sheetMap) {
  _sheetMap = sheetMap;
}