Former-commit-id: fd09cab719404cbe0a2a16086a391feb69fd3520
@ -541,7 +541,7 @@ public class WExcel<T> 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<String> errorList = wRow.getErrorList();
Powered by TurnKey Linux.