DataGrid 导出 EXCEL(简单,实用)
摘要:
Response.ContentEncoding=//有时用gb2312不能正常显示中文,要用utf-8System.Text.Encoding.GetEncoding("GB2312");Response.AppendHeader("Content-Disposition","attachment;filename="+"result.xls");//必要,做成下载文件//如果要直接在浏览器中打... 阅读全文
posted @ 2010-07-01 15:30 董士亮 阅读(212) 评论(0) 推荐(0)
浙公网安备 33010602011771号