|
|
@ -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();
|
|
|
|