Example #1
0
        public static DataTable ExcelToDataTable(string path)
        {
            NPOIExcel excel = new NPOIExcel();

            return(excel.ToTable(path));
        }