摘要:
/// /// 导出Excel 方法1 /// /// public ActionResult ExportExcel() { List listdata=new List(); //listdata = GetListData(); DataSet ds = GetDataSetFormList(listdata); CreateExcelFromDatatable(ds.Tables[0], "outPutEx... 阅读全文
posted @ 2013-08-13 17:16
wboweb
阅读(1257)
评论(0)
推荐(0)

浙公网安备 33010602011771号