asp.net后台导出excel的方法:使用System.Web.HttpContext.Current.Response导出excel
程序如下:程序描述:该程序能够实现有大型的标题,以及表头等功能调用方法:ToExcel(newDt,FileName);protectedvoidToExcel(DataTabledt,stringFileName){StringBuildersb=newStringBuilder();sb.Append("");sb.Append("");sb.Append("");sb.Append("");