Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to export excel file into SQL server using Asp.Net and C#?

Suppose i have one excel file and there are 3 column like id,name ,marks
and one table in database with same fields id ,name & marks.

When i upload excel file, data from excel shoud be ported into my table.
It is possible? How?
Posted
Updated 13-Mar-10 21:10pm
v2

1 solution

You can try the following link.
Export excel data into sql server using c#[^]
 
Share this answer
 

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