Reputation: 191
Does someone know how to export an excel file (csv, xls and xlsx) from database (sql server 2008). Better is using linq to entity and c#.net.
furthermore, I also need retrieve back the excel file (csv, xls and xlsx) and store into database as well.
It is better if not using third party source.
Currently I'm using Visual Studio 2010.
Upvotes: 1
Views: 2572
Reputation: 37576
But you can use the SQL Server itself to export to Excell. watch this video
Upvotes: 1