diff --git a/src/main/resources/modules/SpringBoot/java/frame/excel/WExcel.java b/src/main/resources/modules/SpringBoot/java/frame/excel/WExcel.java index 5a2f06c8..eddae08c 100644 --- a/src/main/resources/modules/SpringBoot/java/frame/excel/WExcel.java +++ b/src/main/resources/modules/SpringBoot/java/frame/excel/WExcel.java @@ -541,7 +541,7 @@ public class WExcel implements Serializable, Cloneable { WRow wRow = this.rowList.get(i); Row row = sheet.createRow(i + 1); - if(offset> 0){ + if(offset> 0) { if (this.rowList.get(i).hasError()) { // 添加结果 List errorList = wRow.getErrorList();