public void DoTest() { NPOIExcelHelper helper = new NPOIExcelHelper(Environment.CurrentDirectory + "\\TestResource\\SampleOne.xls"); List <Dictionary <string, string> > itms = helper.GetAllRowsValuesWithColumnMapping("data"); //helper.Dohelow(); }