@@ -35,6 +35,16 @@ EasyPoi的几个入口工具类 | |||||
-------------------------- | -------------------------- | ||||
版本修改 | 版本修改 | ||||
-------------------------- | -------------------------- | ||||
- 2.0.7-release--推荐更新 | |||||
- 增加了合计的参数,便于统计合计信息 | |||||
- 修改了样式设置,使用默认设置,提供其他设置,和样式接口 | |||||
- 模板导出增加了插入导出的功能 | |||||
- 模板导出重用了Excel导出的代码功能更加强劲 | |||||
- 新增了Sax导入方式,大数据导入提供接口操作 | |||||
- Word修改了页眉页脚不替换的bug | |||||
- 修改了捕获异常日志的bug | |||||
- 修复了模板导出,Spring View没识别版本的bug | |||||
- 修复了其他一些小bug | |||||
- 2.0.6-release | - 2.0.6-release | ||||
- 修复导入的自定义格式异常 | - 修复导入的自定义格式异常 | ||||
- 修复导入的BigDecimal不识别 | - 修复导入的BigDecimal不识别 | ||||
@@ -4,7 +4,7 @@ | |||||
<parent> | <parent> | ||||
<groupId>org.jeecgframework</groupId> | <groupId>org.jeecgframework</groupId> | ||||
<artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
<version>2.0.7-SNAPSHOT</version> | |||||
<version>2.0.8-SNAPSHOT</version> | |||||
</parent> | </parent> | ||||
<artifactId>easypoi-base</artifactId> | <artifactId>easypoi-base</artifactId> | ||||
<dependencies> | <dependencies> | ||||
@@ -4,7 +4,7 @@ | |||||
<parent> | <parent> | ||||
<groupId>org.jeecgframework</groupId> | <groupId>org.jeecgframework</groupId> | ||||
<artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
<version>2.0.7-SNAPSHOT</version> | |||||
<version>2.0.8-SNAPSHOT</version> | |||||
</parent> | </parent> | ||||
<artifactId>easypoi-test</artifactId> | <artifactId>easypoi-test</artifactId> | ||||
<dependencies> | <dependencies> | ||||
@@ -4,7 +4,7 @@ | |||||
<parent> | <parent> | ||||
<groupId>org.jeecgframework</groupId> | <groupId>org.jeecgframework</groupId> | ||||
<artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
<version>2.0.7-SNAPSHOT</version> | |||||
<version>2.0.8-SNAPSHOT</version> | |||||
</parent> | </parent> | ||||
<artifactId>easypoi-web</artifactId> | <artifactId>easypoi-web</artifactId> | ||||
<dependencies> | <dependencies> | ||||
@@ -3,7 +3,7 @@ | |||||
<modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
<groupId>org.jeecgframework</groupId> | <groupId>org.jeecgframework</groupId> | ||||
<artifactId>easypoi</artifactId> | <artifactId>easypoi</artifactId> | ||||
<version>2.0.7-SNAPSHOT</version> | |||||
<version>2.0.8-SNAPSHOT</version> | |||||
<packaging>pom</packaging> | <packaging>pom</packaging> | ||||
<name>easypoi</name> | <name>easypoi</name> | ||||
<modules> | <modules> | ||||
@@ -23,7 +23,7 @@ | |||||
</developers> | </developers> | ||||
<properties> | <properties> | ||||
<sub.version>2.0.7-SNAPSHOT</sub.version> | |||||
<sub.version>2.0.8-SNAPSHOT</sub.version> | |||||
<poi.version>3.9</poi.version> | <poi.version>3.9</poi.version> | ||||
<xerces.version>2.4.0</xerces.version> | <xerces.version>2.4.0</xerces.version> | ||||
<guava.version>16.0.1</guava.version> | <guava.version>16.0.1</guava.version> | ||||