摘要: #region 导出Excel // protected void BtnExcelClick(object sender, EventArgs e) { ToExcel(); } public void ToExcel() { Response.ContentType = "application/vnd.ms-excel"; Response.Charset = ""; Response.AddHeader("Content-Disposition", ... 阅读全文
posted @ 2014-01-16 15:40 jeamsluu 阅读(289) 评论(0) 推荐(0)