摘要:
1、由dataset生成public void CreateExcel(DataSet ds,string typeid,string FileName) { HttpResponse resp; resp = Page.Response; resp.ContentEncoding = System.Text.Encoding.GetEncoding("GB2312"); resp.AppendHeader("Content-Disposition", "attachment;filename=" + FileName); strin 阅读全文
posted @ 2011-10-06 23:28
洞幺人生
阅读(220)
评论(0)
推荐(0)
浙公网安备 33010602011771号