mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix sax read
This commit is contained in:
parent
3d8e01fe56
commit
4f90b2a189
@ -299,7 +299,7 @@ public class Excel03SaxReader extends AbstractExcelSaxReader<Excel03SaxReader> i
|
||||
// 每行结束时, 调用handle() 方法
|
||||
this.rowHandler.handle(curRid, lastCell.getRow(), this.rowCellList);
|
||||
// 清空行Cache
|
||||
this.rowCellList.clear();
|
||||
this.rowCellList = new ArrayList<>(this.rowCellList.size());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user