升级oshi到最新版本6.2.1

This commit is contained in:
RuoYi
2022-07-14 16:16:28 +08:00
parent 1959b02220
commit 3427223da2
2 changed files with 4 additions and 4 deletions

View File

@ -102,12 +102,12 @@ public @interface Excel
* 是否自动统计数据,在最后追加一行统计数据总和
*/
public boolean isStatistics() default false;
/**
* 导出类型0数字 1字符串
* 导出类型0数字 1字符串 2图片
*/
public ColumnType cellType() default ColumnType.STRING;
/**
* 导出字体颜色
*/