摘要:
在asp.net中导出excel 中比较通行的做法是Response.ContentType = "application/vnd.ms-excel";然后直接向里面扔 html 的table但是有中文的时候 老出现乱码,有很多解决方案,但都不能通盘解决,我在蓝色小铺上发现这篇文章方法不错,借鉴就是在 输出html两头输出 Response.Write("<html><head><meta http-equiv=Content-Type content=\"text/html; charset=utf-8\"> 阅读全文
posted @ 2012-04-09 08:57 俗人一个 阅读(263) 评论(0) 推荐(0) 编辑