src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java
@@ -535,6 +535,9 @@ ReflectUtils.invokeSetter(entity, propertyName, val); } } if (entity instanceof ExcelRowAware) { ((ExcelRowAware) entity).setExcelRowNum(i + 1); } list.add(entity); } } @@ -714,6 +717,9 @@ ReflectUtils.invokeSetter(entity, propertyName, val); } } if (entity instanceof ExcelRowAware) { ((ExcelRowAware) entity).setExcelRowNum(i + 1); } list.add(entity); } }