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

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
*/