mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
更新ExcelWriter.setColumnWidth 注释为1-255个字符宽度
This commit is contained in:
parent
96b486bb5a
commit
b52740bd28
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user