Bläddra i källkod

升级到2.1.1

4.1.3.A
jueyue 9 år sedan
förälder
incheckning
e47e458ba0
6 ändrade filer med 18 tillägg och 23 borttagningar
  1. +12
    -17
      README.md
  2. +1
    -1
      easypoi-annotation/pom.xml
  3. +1
    -1
      easypoi-base/pom.xml
  4. +1
    -1
      easypoi-test/pom.xml
  5. +1
    -1
      easypoi-web/pom.xml
  6. +2
    -2
      pom.xml

+ 12
- 17
README.md Visa fil

@@ -50,23 +50,31 @@ maven
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi-base</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi-web</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>2.0.8</version>
<version>2.0.9</version>
</dependency>
```
--------------------------
版本修改
--------------------------
- 2.0.9-release--模板功能更新
-修复了中文路径,float类型导入等bug
-增加了根据CellStyler判断cell类型的功能
-优化了一下代码,sort 的compare 改为类实现接口,getValue统一由public处理
-height和width 都改成double 可能更加准确的调整
-升级到common-lang3
-可以循环解析多个模板
-!!模板增加了多个标签功能
- 2.0.8-release--小版本更新
- 分开了基础注解和base包,编译maven多模块集成
- 加强了Excel导入的校验功能,可以追加错误信息,过滤不合格数据
@@ -121,7 +129,7 @@ EasyPoi 文档
[EasyPoi-新版自定义导出样式类型](http://note.youdao.com/share/?id=7937a9fe15f1016b8f39bf813be894f8&type=note)
[EasyPoi-模板导出的语法介绍](http://blog.csdn.net/qjueyue/article/details/45231801)
[EasyPoi-标签-模板导出的语法介绍](http://blog.csdn.net/qjueyue/article/details/45231801)
--------------------------
@@ -266,16 +274,3 @@ EasyPoi导出实例
System.out.println(ReflectionToStringBuilder.toString(result.getList().get(i)));
}
```
9.Excel 导出的ForEach **Angelia**的需求 可以到处更加复杂的模板Excel了
foreach提供两个语法写法
1.createRow的
foreach||entitylist{{accountType projectName approvedAmount amountApplied}}
foreach开头,|| 后面是map的key,{{这个里面是各个属性值}}
2.不createRow的,如果row不够了还是会create,但是首先会用现成的
!foreach||entitylist{{accountType projectName approvedAmount amountApplied}}
!foreach开头,|| 后面是map的key,{{这个里面是各个属性值}}
demo是TemplateForEachTest

+ 1
- 1
easypoi-annotation/pom.xml Visa fil

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi</artifactId>
<version>2.0.9</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>easypoi-annotation</artifactId>
<description>基础注解类,解耦合</description>

+ 1
- 1
easypoi-base/pom.xml Visa fil

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi</artifactId>
<version>2.0.9</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>easypoi-base</artifactId>
<dependencies>


+ 1
- 1
easypoi-test/pom.xml Visa fil

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi</artifactId>
<version>2.0.9</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>easypoi-test</artifactId>
<dependencies>


+ 1
- 1
easypoi-web/pom.xml Visa fil

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi</artifactId>
<version>2.0.9</version>
<version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>easypoi-web</artifactId>
<dependencies>


+ 2
- 2
pom.xml Visa fil

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jeecgframework</groupId>
<artifactId>easypoi</artifactId>
<version>2.0.9</version>
<version>2.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>easypoi</name>
<modules>
@@ -24,7 +24,7 @@
</developers>
<properties>
<sub.version>2.0.9</sub.version>
<sub.version>2.1.1-SNAPSHOT</sub.version>
<poi.version>3.9</poi.version>
<xerces.version>2.9.1</xerces.version>
<guava.version>16.0.1</guava.version>


Laddar…
Avbryt
Spara