摘要: /// /// 根据配置文件路径和根节点转换为对应的Model集合 /// 转换失败则返回空集合 /// /// Model /// 配置文件的完整路径 /// 查找的父级节点 /// Model... 阅读全文
posted @ 2015-03-02 16:33 茂茂 阅读(135) 评论(0) 推荐(0) 编辑
摘要: //读excel数据到data中public static DataTable ReadXlsxData(Stream fileStream, string sheetName) { try { XSSFWork... 阅读全文
posted @ 2015-03-02 16:30 茂茂 阅读(245) 评论(1) 推荐(0) 编辑