修复SXSSFWorkbook调用setComment时错位的问题

This commit is contained in:
Looly
2023-03-12 13:18:59 +08:00
parent 4cc18740a3
commit def6fe2b60
3 changed files with 56 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.16.M1 (2023-03-10)
# 5.8.16.M1 (2023-03-12)
### 🐣新特性
* 【core 】 改进Calculator.conversion兼容乘法符号省略写法issue#2964@Github
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【crypto】 修复NoSuchMethodError未捕获问题issue#2966@Github
* 【poi 】 修复SXSSFWorkbook调用setComment时错位的问题issue#I6MBS5@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.15 (2023-03-09)