增加ExcelWriter.addIgnoredErrors,支持忽略警告小标

This commit is contained in:
Looly
2024-05-08 16:57:15 +08:00
parent f8dbf66bc9
commit bee80f3d14
3 changed files with 54 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-06)
# 5.8.28(2024-05-08)
### 🐣新特性
* 【core 】 修正XmlUtil的omitXmlDeclaration描述注释issue#I9CPC7@Gitee
@@ -15,6 +15,7 @@
* 【captcha】 Captcha.setBackground为null时背景透明issue#3558@Github
* 【captcha】 HttpDownloader.downloadBytes增加超时参数重载issue#3556@Github
* 【http 】 增加ExceptionFilter和DefaultExceptionFilter支持异常处理issue#3568@Github
* 【poi 】 增加ExcelWriter.addIgnoredErrors支持忽略警告小标
### 🐞Bug修复
* 【http 】 修复HttpUtil.urlWithFormUrlEncoded方法重复编码问题issue#3536@Github