fix excel sax bug

This commit is contained in:
Looly
2021-08-26 23:56:38 +08:00
parent aeb9c723c5
commit b1b8a29a3c
3 changed files with 7 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
### 🐞Bug修复
* 【core 】 修复MapUtil.sort比较器不一致返回原map的问题issue#I46AQJ@Gitee
* 【core 】 修复JSONSupport默认循环引用导致的问题issue#1779@Github
* 【poi 】 修复ExcelUtil.readBySax资源没有释放问题issue#1789@Github
-------------------------------------------------------------------------------------------------------------