/// <summary>
 /// Sets sheet to be used
 /// </summary>
 /// <param name="sheetName">Sheet name to be used that reading of data will be done from</param>
 public void SetSheetName(string sheetName)
 {
     ExcelProvider.SetSheetName(sheetName);
 }