From b52740bd2844c786c22dc311e0de3920a731cc43 Mon Sep 17 00:00:00 2001 From: MatrixMachine Date: Sun, 18 Feb 2024 14:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ExcelWriter.setColumnWidth=20?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=B8=BA1-255=E4=B8=AA=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java b/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java index 3f67bb596..ad387bcfb 100755 --- a/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java +++ b/hutool-poi/src/main/java/cn/hutool/poi/excel/ExcelWriter.java @@ -519,7 +519,7 @@ public class ExcelWriter extends ExcelBase { * 设置列宽(单位为一个字符的宽度,例如传入width为10,表示10个字符的宽度) * * @param columnIndex 列号(从0开始计数,-1表示所有列的默认宽度) - * @param width 宽度(单位1~256个字符宽度) + * @param width 宽度(单位1~255个字符宽度) * @return this * @since 4.0.8 */