您所在的位置:
首页 > asp.net里导出excel表方法汇总 > 信息评论 >
asp.net里导出excel表方法汇总
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(&q
网友评论