1. 首页
  2. 数据库
  3. 其它
  4. asp.net导出EXCEL的功能代码

asp.net导出EXCEL的功能代码

上传者: 2021-02-01 14:54:05上传 PDF文件 37.88KB 热度 12次
代码如下://由gridviw导出为Excel public static void ToExcel(System.Web.UI.Control ctl) { HttpContext.Current.Response.AppendHeader(“Content-Disposition”, “attachment;filename=Excel.xls”); HttpContext.Current.Response.Charset = “UTF-8”; HttpContext.Current.Response.ContentEncoding = System.Text.Encoding.Defau
用户评论