摘要: $.post('../Handler/DownFileHandler.ashx', { action: "downfile", filename: res.FILE }, function (downRes) { $("#downFile").attr("href", "../Handler/D... 阅读全文
posted @ 2016-10-18 14:33 siaslfs 阅读(169) 评论(0) 推荐(0)
摘要: string fileName = "出勤明细" + DateTime.Now.ToString("yyyyMMdd"); //导出成Excel var Result = officeHp.DtToExcel(attendDt, "XXX", new string[] { "序... 阅读全文
posted @ 2016-10-18 11:45 siaslfs 阅读(241) 评论(0) 推荐(0)