public void GetExcelsheets()
 {
     if (this.excelWorkbook != null)
     {
         this.excelSheets = this.excelWorkbook.Worksheets;
     }
 }
 public void GetExcelsheets()
 {
     if (this.excelWorkbook != null)
     {
         this.excelSheets = this.excelWorkbook.Worksheets;
     }
 }