HttpContext.Current.Response.ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"; HttpContext.Current.Response.AddHeader("content-disposition", string.Format("attachment; filename={0}.xlsx", HttpUtility.UrlEncode(strFileName, Encoding.UTF8))); HttpContext.Current.Response.ContentEncoding = Encoding.UTF8; HttpContext.Current.Response.Buffer = true; HttpContext.Current.Response.Clear(); HttpContext.Current.Response.BinaryWrite(pck.GetAsByteArray()); //HttpContext.Current.ApplicationInstance.CompleteRequest(); HttpContext.Current.Response.End();
导出异常 点击调用方式不对,点击事件更改触发方式( EnableAjax="false")|| href=“方法”。