easypoi Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
在使用easypoi一对多导出功能时,报了这个错误。映射实体类代码如下:@DatapublicclassPartnerDto{@ExcelIgnoreprivateLongid;@Excel(name="昵称",needMerge=true)privateStringname;@Excel(name="邮箱",needMerge=true)privateStringemail;@ExcelColl