Sfoglia il codice sorgente

升级到2.1.3

4.1.3.A
jueyue 9 anni fa
parent
commit
b7a53b991d
5 ha cambiato i file con 17 aggiunte e 8 eliminazioni
  1. +12
    -3
      README.md
  2. +1
    -1
      easypoi-annotation/pom.xml
  3. +1
    -1
      easypoi-base/pom.xml
  4. +1
    -1
      easypoi-web/pom.xml
  5. +2
    -2
      pom.xml

+ 12
- 3
README.md Vedi File

@@ -53,17 +53,17 @@ https://oss.sonatype.org/content/repositories/snapshots/
<dependency>
<groupId>org.jeecg</groupId>
<artifactId>easypoi-base</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jeecg</groupId>
<artifactId>easypoi-web</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jeecg</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```
@@ -118,6 +118,15 @@ EasyPoi 模板 表达式支持
版本修改
--------------------------
- 2.1.4
- 模板输出自动合并单元格功能
- 多行模板数据导出
- 导出链接功能
- 把反射加入了缓存
- word和Excel语法保持了统一
- Excel to Html 增加了图片显示和缓存功能
- 导入增加一个参数startSheetIndex 用以指定sheet位置
- 2.1.3
- 屏蔽了科学计数法的问题
- 修复了多模版记得清空记录信息


+ 1
- 1
easypoi-annotation/pom.xml Vedi File

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

+ 1
- 1
easypoi-base/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecg</groupId>
<artifactId>easypoi</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>easypoi-base</artifactId>
<dependencies>


+ 1
- 1
easypoi-web/pom.xml Vedi File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.jeecg</groupId>
<artifactId>easypoi</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
</parent>
<artifactId>easypoi-web</artifactId>
<dependencies>


+ 2
- 2
pom.xml Vedi File

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


Caricamento…
Annulla
Salva