码迷,mamicode.com
首页 > 其他好文 > 详细

response导出Excel(一个新手的记录,可以时常查看,以免自己忘记)

时间:2017-08-02 18:54:03      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:header   get   utf-8   tty   .text   导出   position   attach   file   

HttpResponse response = HttpContext.Current.Response; 
response.ContentEncoding = System.Text.Encoding.GetEncoding("utf-8");
response.ContentType = "application/vnd.ms-excel";

response.AppendHeader("Content-Disposition", "attachment; filename=" + Order_NO + ".xls");

response导出Excel(一个新手的记录,可以时常查看,以免自己忘记)

标签:header   get   utf-8   tty   .text   导出   position   attach   file   

原文地址:http://www.cnblogs.com/xiuselaoli/p/7275109.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!