0
I’m having a problem loading data from a spreadsheet on the screen (table).
The system is done in C# MVC5 with Razor and Entity framework, I need the user to choose an excel file already filled and with the data of this file I have to present in an html table even (table), after that the user will check the data loaded, Assuming that it checked the data and are in order, it will click on a button to do the Insert in the database.
I mean, I’ll have to read line by line from table to do the Insert.
So far only managed to save the spreadsheet in a directory.
Someone how to do this on MVC?
Young lady, that’s not exactly how the site works. What kind of help do you need? What have you tried? How can we help you (specifically speaking).
– Jéf Bueno
Is your specific difficulty in opening the Excel file and extracting your information? If so, add this information to the question.
– Oralista de Sistemas