I have a problem loading data from a worksheet on the table.
The system is done in C # MVC5 with razor and entity framework, I need the user to choose an already filled excel file and with the data of that file I have to present it in a html table (table), after that the user will check the loaded data, assuming it has checked the data and are in order, it will click on a button to insert it into the database.
That is, I will have to read the line on the table to make the insert.
So far I've only been able to save the worksheet to a directory.
Someone like doing this in MVC?