摘要: /// /// 自定义列导出 /// /// sheet名 /// 标题 /// 自定义列 字段名 /// 对象集合 /// 保存路径 public static void ExportCom(string sheetName, string ti... 阅读全文
posted @ 2017-05-02 13:58 zklve2 阅读(249) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 根据列名获取列值 /// </summary> /// <param name="colName"></param> /// <param name="item"></param> /// <returns></returns> public static str 阅读全文
posted @ 2017-05-02 09:04 zklve2 阅读(2018) 评论(0) 推荐(0) 编辑
摘要: 转 http://bbs.csdn.net/topics/350019800 PropertyInfo[] peroperties = typeof(TEST).GetProperties(BindingFlags.Public | BindingFlags.Instance); foreach ( 阅读全文
posted @ 2017-05-02 09:03 zklve2 阅读(10544) 评论(0) 推荐(1) 编辑