From a46ae2ebfe102f6e1370667acbdd170785b9b0c8 Mon Sep 17 00:00:00 2001 From: jueyue Date: Sun, 29 Mar 2015 21:27:33 +0800 Subject: [PATCH] =?UTF-8?q?2.0.8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- easypoi-annotation/pom.xml | 2 +- easypoi-base/pom.xml | 2 +- easypoi-test/pom.xml | 2 +- easypoi-web/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dc77da4..a981920 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ EasyPoi的主要特点 EasyPoi的几个入口工具类 --------------------------- - 1.ExcelExportUtil Excel导出(普通导出,模板导出) + 1.ExcelExportUtil Excel导出( + 普通导出,模板导出) 2.ExcelImportUtil Excel导入 3.WordExportUtil Word导出(只支持docx ,doc版本poi存在图片的bug,暂不支持) @@ -45,6 +46,15 @@ EasyPoi的几个入口工具类 -------------------------- 版本修改 -------------------------- + - 2.0.8-release--小版本更新 + - 分开了基础注解和base包,编译maven多模块集成 + - 加强了Excel导入的校验功能,可以追加错误信息,过滤不合格数据 + - 修复了spring mvc下的07版本不支持的问题 + - 添加了@Controller 注解,扫描org.jeecgframework.poi.excel.view路径就可以了,不用写bean了 + - 加强了styler的自定义功能,参数改为entity,自由控制 + - test包下面增加了几个demo + - 导出添加了一个冰冻列属性,可以简单执行 + - PS: 经过这段时间项目中的测试,模板导出Excel复杂报表可以省5倍以上的时间,特别是样式复杂的完全可以在Excel中完成,不是在代码中完成了 - 2.0.7-release--推荐更新 - 增加了合计的参数,便于统计合计信息 - 修改了样式设置,使用默认设置,提供其他设置,和样式接口 diff --git a/easypoi-annotation/pom.xml b/easypoi-annotation/pom.xml index 204194d..6581d9f 100644 --- a/easypoi-annotation/pom.xml +++ b/easypoi-annotation/pom.xml @@ -4,7 +4,7 @@ org.jeecgframework easypoi - 2.0.8-SNAPSHOT + 2.0.8 easypoi-annotation 基础注解类,解耦合 diff --git a/easypoi-base/pom.xml b/easypoi-base/pom.xml index dc00e9b..b12b1f8 100644 --- a/easypoi-base/pom.xml +++ b/easypoi-base/pom.xml @@ -4,7 +4,7 @@ org.jeecgframework easypoi - 2.0.8-SNAPSHOT + 2.0.8 easypoi-base diff --git a/easypoi-test/pom.xml b/easypoi-test/pom.xml index 61689e2..1561b7c 100644 --- a/easypoi-test/pom.xml +++ b/easypoi-test/pom.xml @@ -4,7 +4,7 @@ org.jeecgframework easypoi - 2.0.8-SNAPSHOT + 2.0.8 easypoi-test diff --git a/easypoi-web/pom.xml b/easypoi-web/pom.xml index c61897e..307c3d6 100644 --- a/easypoi-web/pom.xml +++ b/easypoi-web/pom.xml @@ -4,7 +4,7 @@ org.jeecgframework easypoi - 2.0.8-SNAPSHOT + 2.0.8 easypoi-web diff --git a/pom.xml b/pom.xml index bae49d1..f841e08 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.jeecgframework easypoi - 2.0.8-SNAPSHOT + 2.0.8 pom easypoi @@ -24,7 +24,7 @@ - 2.0.8-SNAPSHOT + 2.0.8 3.9 2.9.1 16.0.1