ExcelWriter.autoSizeColumn增加可选widthRatio参数,可配置中文字符宽度倍数

This commit is contained in:
Looly
2024-08-08 11:23:32 +08:00
parent 0aaa9019ad
commit a05fb1a000
3 changed files with 4 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
* 【core 】 优化IndexedComparator性能pr#1240@Gitee
* 【http 】 改进ContentType.get忽略空格pr#3664@Github
* 【http 】 CompressUtil.createExtractor支持tgz自动识别pr#3674@Github
* 【poi 】 ExcelWriter.autoSizeColumn增加可选widthRatio参数可配置中文字符宽度倍数pr#3689@Github
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee