This commit is contained in:
xuwujing 2024-01-18 15:46:40 +08:00
parent dd422e13aa
commit 1ce0ec06f5

View File

@ -123,10 +123,8 @@ public class EasyExcelMergeTest {
if (CollectionUtils.isEmpty(exportDataList)) {
return new ArrayList<>();
}
List<Integer> groupCountList = new ArrayList<>();
int count = 1;
for (int i = 1; i < exportDataList.size(); i++) {
if (exportDataList.get(i).equals(exportDataList.get(i - 1))) {
count++;