摘要:
protected void ExportToExcel(System.Web.UI.WebControls.DataGrid grid, string file){Response.Clear(); Response.Buffer= true; Response.Charset="GB2312"; //设置了类型为中文防止乱码的出现 Response.AppendHeader("Content-... 阅读全文
posted @ 2008-11-22 11:49
小白鸭
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号