Transfer data from SQL Server table using query to Excel and vice-versa

Posted by Abhishek Kapuria on Stack Overflow See other posts from Stack Overflow or by Abhishek Kapuria
Published on 2010-03-09T17:09:15Z Indexed on 2010/04/01 8:43 UTC
Read the original article Hit count: 309

Filed under:
|
|

I want to transfer data from SQL Server table to Excel sheet using 3 tier architecture in asp.net 3.5. After user has made required changes in the Excel sheet I want Excel sheet to get uploaded and update data in the table with validation for proper data.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about ASP.NET