Excel支持readConverterExp读取字符串组内容

This commit is contained in:
RuoYi
2020-06-21 11:19:15 +08:00
parent 5321200c6e
commit 326fe6a63f
2 changed files with 48 additions and 10 deletions

View File

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