update excelfild comment

This commit is contained in:
thinkgem
2018-03-19 21:27:01 +08:00
parent 1d47d148cc
commit ea8c671169

View File

@@ -55,7 +55,7 @@ public @interface ExcelField {
}
/**
* 指定导出列宽
* 指定导出列宽以字符宽度的1/256为单位假如你想显示5个字符的话就可以设置5*2561个汉字占2个字符
*/
int width() default -1;