ExcelReader.getWriter逻辑变更,当从非文件读取时,获取sheet,而非空表格。

This commit is contained in:
Looly
2023-06-26 12:34:46 +08:00
parent 97bf3c0acc
commit c70aa5a8e8
2 changed files with 11 additions and 3 deletions

View File

@@ -2,10 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-06-25)
# 5.8.21(2023-06-26)
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
* 【poi 】 ExcelReader.getWriter逻辑变更当从非文件读取时获取sheet而非空表格。
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github