C # Asp.Net.MVC - How to read Excell worksheets (xls and xlsx) using NPOI and generate a datatable?

1

I would like to read an Excel worksheet (XLS and XLSX) in my C # application, using the NPOI library and generating a DataTable. Since I have never used this library, could anyone give me a practical example?

    
asked by anonymous 22.12.2017 / 14:03

0 answers