其他分享
首页 > 其他分享> > EasyExcel ExcelGenerateException: The index of ‘xx

EasyExcel ExcelGenerateException: The index of ‘xx

作者:互联网

EasyExcel ExcelGenerateException: The index of ‘xx‘ and ‘xx‘ must be inconsistent

@ExcelProperty(index=0)

原因是两个字段的index索引值都是没按顺序来,导致异常,索引index从0开始递增

标签:ExcelGenerateException,index,EasyExcel,ExcelProperty,索引,xx
来源: https://blog.51cto.com/u_1929297/2731571