Click here to Skip to main content
15,906,463 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,
i have excel file and i want to import data from excel file and insert it into database using AngularJS and Asp.net mvc 5, pls can you give me an example.
Posted
Updated 27-Mar-17 1:03am

1 solution

I googled "insert excel data into database c#" and found this in about 10 seconds;

C# Corner : Error Display[^]
 
Share this answer
 
Comments
Member 11573837 26-Jan-16 10:47am    
Thank you F-ES Sitecore,
i want to make it in asp.net MVC 5 ( i'm new in mvc5) is the same or can you give me exemple
F-ES Sitecore 26-Jan-16 11:10am    
The important bit if how you read from excel, and possibly how you write the data. There is nothing in that example that can't be used in an MVC project. Extract the bits you want and use them.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900