摘要: 1.数据流导出excel#region 创建Excel public void CreateExcel(DataTable DetailsTable, string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312"); resp.AppendHeader("Content-Disposition", "attachment;filename=" + F 阅读全文
posted @ 2013-09-26 09:16 米西摩姆 阅读(179) 评论(0) 推荐(0)