摘要:
/// /// 程序的方式 /// /// /// /// public static void ExportByApplication(System.Web.UI.Page page, System.Data.DataTable table, string FileName)//整个GRIDVIEW导出到EXCEL.xls { FileName = HttpUtility.UrlEncode(FileName, System.Text.Encoding.UTF8);//解决导出时文件名汉字显示乱码的问题 HttpResponse resp; resp = page.Response... 阅读全文
posted @ 2014-03-27 16:50
申湘云
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号