Bläddra i källkod

4.1版本说明

4.1.3.A
jueyue 6 år sedan
förälder
incheckning
8dab9cc088
2 ändrade filer med 31 tillägg och 9 borttagningar
  1. +14
    -9
      README.md
  2. +17
    -0
      history.md

+ 14
- 9
README.md Visa fil

@@ -32,13 +32,12 @@ Spring Boot 支持 https://gitee.com/lemur/easypoi-spring-boot-starter
- [陕西昊景无线网络技术有限公司](http://www.hjwxbd.com)
- [湖北省楚天云有限公司](http://www.chutianyun.gov.cn)
- [博彦科技](http://www.beyondsoft.com)
- [图灵谷北京科技有限公司] (http://www.turingoal.com)
- [图灵谷北京科技有限公司](http://www.turingoal.com)
- [多贝拉](https://www.duobeila.cn/)
- [河南八六三软件股份有限公司] (http://www.863soft.com/cn/)
- [网易] (http://www.netease.com)
- [港华燃气] (http://www.towngas.com.cn/)
- [wueasy 快速开发平台] (https://www.wueasy.com)
- [北京易才博普奥管理顾问有限公司] (yun.weifenghr.com)
- [河南八六三软件股份有限公司](http://www.863soft.com/cn/)
- [网易](http://www.netease.com)
- [港华燃气](http://www.towngas.com.cn/)
- [北京易才博普奥管理顾问有限公司](https://www.weifenghr.com/)
@@ -94,21 +93,27 @@ maven库应该都可以了
SNAPSHOT 版本-很少发布
https://oss.sonatype.org/content/groups/public/
```xml
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-base</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-web</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>cn.afterturn</groupId>
<artifactId>easypoi-annotation</artifactId>
<version>4.0.0</version>
<version>4.1.0</version>
</dependency>
```


+ 17
- 0
history.md Visa fil

@@ -2,6 +2,23 @@
--------------------------
版本修改
--------------------------
- 4.1.0 4.0认真升级版 最低jdk8
- 模板表达式支持加减乘除
- 数据读取支持fork/join模式,并发去读
- 日期格式解析增加java8的LocalDate和LocalDateTime类型
- 大数据导出函数改了,也修改了很多dict,样式等不支持的问题
- work07 加入了根据模板和list列表生成N页类似的文件
- 支持了sheet复制,可以clone一个模板输出N个sheet
- 修复4.0poi xssf下移不显示问题
- sax认真修复版本
- 清理个大量issue,和各种推荐功能
- 合并如下:
- 合并的单元格,进行#fe 遍历时出现下标越界
- sax最后一行读取不到
- 字符串截取考虑不全面bug
- 解决word导出表格多出的换行符问题
- !30 支持非String格式单元格合并
- 3.3.0 多层导出支持版本
- 支持N层导出了
- 支持国际化接口


Laddar…
Avbryt
Spara