Merge pull request #3485 from MatrixMachine/v5-master

更新ExcelWriter.setColumnWidth 注释为1-255个字符宽度
This commit is contained in:
Golden Looly 2024-02-19 11:40:17 +08:00 committed by GitHub
commit 4f83c48d38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -519,7 +519,7 @@ public class ExcelWriter extends ExcelBase<ExcelWriter> {
* 设置列宽单位为一个字符的宽度例如传入width为10表示10个字符的宽度
*
* @param columnIndex 列号从0开始计数-1表示所有列的默认宽度
* @param width 宽度单位1~256个字符宽度
* @param width 宽度单位1~255个字符宽度
* @return this
* @since 4.0.8
*/