public static ExcelRange TwoCells(this ExcelWorksheet sheet, int fromRow, int fromCol)
 {
     return(sheet.CellsInRow(fromRow, fromCol, 2));
 }