ASP.net 把 DataGrid 数据导出到 Excel .
摘要:
protected void ExportExcel(DataGrid dtgList, string strFileName) { DataTable dt = (DataTable)this.Session["GridToExcel"]; if (dt==null) return; Response.Clear()... 阅读全文
posted @ 2006-12-29 12:53
星期六
阅读(548)
评论(0)
推荐(0)
浙公网安备 33010602011771号