public int GetSheetIndex(ExcelSheet sheet) => GetSheetIndex(sheet.SheetName);
public SheetCell(ExcelSheet sheet, ICell cell) { Sheet = sheet; MapedCell = cell; }