fix poi bug

This commit is contained in:
Looly
2021-06-18 11:22:07 +08:00
parent 185764ec75
commit 7ead906910
4 changed files with 41 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.2 (2021-06-17)
# 5.7.2 (2021-06-18)
### 🐣新特性
* 【core 】 增加UserPassAuthenticator
@@ -13,6 +13,7 @@
### 🐞Bug修复
* 【db 】 修复Oracle下别名错误造成的SQL语法啊错误issue#I3VTQW@Gitee
* 【core 】 修复ConcurrencyTester重复使用时开始测试未清空之前任务的问题issue#I3VSDO@Gitee
* 【poi 】 修复使用BigWriter写出ExcelWriter修改单元格值失败的问题issue#I3VSDO@Gitee
-------------------------------------------------------------------------------------------------------------