1、Excel优化

Former-commit-id: fd09cab719404cbe0a2a16086a391feb69fd3520
master
wangbing 5 years ago
parent cc0cdb9ed6
commit b96ef902ca

@ -541,7 +541,7 @@ public class WExcel<T> implements Serializable, Cloneable {
WRow wRow = this.rowList.get(i); WRow wRow = this.rowList.get(i);
Row row = sheet.createRow(i + 1); Row row = sheet.createRow(i + 1);
if(offset> 0){ if(offset> 0) {
if (this.rowList.get(i).hasError()) { if (this.rowList.get(i).hasError()) {
// 添加结果 // 添加结果
List<String> errorList = wRow.getErrorList(); List<String> errorList = wRow.getErrorList();

Loading…
Cancel
Save

Powered by TurnKey Linux.