摘要:
public void ExportExcel(string excelLocation) { try { Byte[] fileBytes = File.ReadAllBytes(excelLocation); Response.Clear(); Response.ClearContent(); Response.ClearHeaders(); Response.Cookies.Clear(); //Add the he... 阅读全文
posted @ 2014-04-03 10:37
shzy2012
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号