开发者

MVC2: SQL Server table --> Excel Spreadsheet

开发者 https://www.devze.com 2023-02-25 11:35 出处:网络
is there an easy way to export a SQL Server table into a xls spreadsheet? T开发者_运维技巧hanksNPoi or EPPlus. You should create the spredsheet in memory and send it via the File action result.found

is there an easy way to export a SQL Server table into a xls spreadsheet?

T开发者_运维技巧hanks


NPoi or EPPlus. You should create the spredsheet in memory and send it via the File action result.


found a nice and easy solution

http://blog.wiredworx.co.uk/website-and-seo/c-tutorials-and-tips-visual-studio/exporting-to-an-excel-file-from-asp-net-mvc/

0

精彩评论

暂无评论...
验证码 换一张
取 消