asp.net里导出excel表方法汇总 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > 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

网友评论

发表评论

(您的评论需要经过审核才能显示)