Excel支持分割字符串组内容

This commit is contained in:
RuoYi
2020-07-23 18:58:45 +08:00
parent 5c6adb25fc
commit 92c6301285
4 changed files with 137 additions and 56 deletions

View File

@ -39,6 +39,11 @@ public @interface Excel
*/
public String readConverterExp() default "";
/**
* 分隔符,读取字符串组内容
*/
public String separator() default ",";
/**
* 导出类型0数字 1字符串
*/