09 2017 档案
摘要:var $Common = {request: { //请求 ajaxTimeFn: { time: null, url: null, data: null }, //防止重复提交 延迟 ajax: function (url, data, callback, asy...
阅读全文
摘要:/// <summary> /// NPOI帮助类 /// </summary> public class NPOIHelper { public static MemoryStream Export(DataTable dtSource, string strHeaderText, string
阅读全文
摘要:/// /// Excel转换DataTable /// /// 文件的绝对路径 /// DataTable public static DataTable ExcelInput(string FilePath) { //第一行一般为标题行。 Da...
阅读全文