摘要:
#region 导出Excel方法 //导出到Excel按钮 protected void btnExport_Click(object sender, EventArgs e) { Export("application/ms-excel", "字段数据.xls"); } private void Export(string FileType, string FileName) { //清楚分页 gridView.AllowPag... 阅读全文
posted @ 2013-08-26 16:34
xw2cc
阅读(245)
评论(0)
推荐(0)

浙公网安备 33010602011771号