摘要:
public static void DataTableToExcel(System.Data.DataTable dtData, String FileName) { GridView dgExport = null; HttpContext curContext = HttpContext.Current; StringWriter strWriter = null; HtmlTextWriter htmlWriter = null; if (dtData != null) { HttpUtility.UrlEncode(FileName, System.... 阅读全文
posted @ 2013-05-29 15:37
hanshuhe
阅读(2512)
评论(0)
推荐(0)
浙公网安备 33010602011771号