摘要:
public void CreateExcel(DataSet ds, string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312"); resp.AppendHeader("Content-Disposition", "attachment;filename=" + FileName+".xls"); ... 阅读全文
posted @ 2013-12-11 16:38 hyd309 阅读(619) 评论(0) 推荐(0)
浙公网安备 33010602011771号