I need to export the Users List from excel to my asp.net mvc(C#) application.
The Excel should have an header like First Name Last Name Email,...
and its values like John Smith [email protected], David Beckam [email protected],
Need to validate the values before storing it to my database and show it in the grid of next page.
Is there any easy way to do it, like a plugin?