Posts by Walter Araujo • 11 points
1 post
-
1
votes0
answers293
viewsQ: C# Asp.Net.MVC - How to read Excell spreadsheets (xls and xlsx) using NPOI and generate a datatable?
I would like to read an Excel spreadsheet (XLS and XLSX) in my C#application, using the NPOI library and generate a Datatable. Since I’ve never used this library someone could provide me with a…