I want to read Excel Tables 2010 xlsx using NPOI and then export data to DataTables but don\'t know how to use it. Can anyone show me step by step how to export Excel to Datatab
You can use nuget package for NOPI
ReadExcel
Basic usage: ExcelImportHelper.ReadExcel(bytes);