fix escape bug

This commit is contained in:
Looly
2020-02-28 14:22:16 +08:00
parent 83d6428db8
commit fbfb124f11
5 changed files with 86 additions and 28 deletions

View File

@@ -7,8 +7,10 @@
### 新特性
* 【poi 】 Excel合并单元格读取同一个值不再为空
* 【core 】 增加EscapeUtil.escapeAllissue#758@Github
### Bug修复
* 【core 】 修复EscapeUtil.escape转义错误issue#758@Github
-------------------------------------------------------------------------------------------------------------