且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用c#在sql数据库中存储和检索excel文件

更新时间:2023-08-19 23:23:34

将excel文件数据上传到sql server数据库表 [ ^ ]

Hi Friends,

In my asp web application i can upload a excel (both .xls and .xlsx format) file using file upload control. Now my need is i wont to store this excel file into sql database and also download that file in later. So please guide me to implementing my application.
Thanks in advance.

Upload excel file data into sql server database tables[^]