摘要: public static class ExcelHelper { #region 查询Excel /// <summary> /// 将Excel文件导出至DataTable(第一行作为表头) /// </summary> /// <param name="ExcelFilePath">Excel 阅读全文
posted @ 2017-02-24 13:55 三醉 阅读(274) 评论(0) 推荐(1) 编辑
摘要: public class ZipHerlper { #region 压缩zip public static bool CreateZipDirectory(string dirPath, string zipFilePath) { bool success = false; FileInfo zip 阅读全文
posted @ 2017-02-24 11:49 三醉 阅读(209) 评论(0) 推荐(0) 编辑