fix Big writer bug

This commit is contained in:
Looly
2020-06-15 12:00:23 +08:00
parent 411fea9c9f
commit cf19fe3003
3 changed files with 50 additions and 18 deletions

View File

@@ -16,7 +16,8 @@
* 【json 】 修复append方法导致的JSONConfig传递失效问题issue#906@Github
* 【core 】 修复CollUtil.subtractToList判断错误pr#915@Github
* 【poi 】 修复WordWriter写表格问题pr#914@Github
* 【core 】 修复IoUtil.readBytes缓存数组长度问题issue#I1KIUE@Github
* 【core 】 修复IoUtil.readBytes缓存数组长度问题issue#I1KIUE@Gitee
* 【core 】 修复BigExcelWriter多次flush导致的问题issue#920@Github
-------------------------------------------------------------------------------------------------------------