mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-07 22:27:59 +08:00
fix comment
This commit is contained in:
parent
5e7b9012ec
commit
d77b8d43bf
@ -300,9 +300,6 @@ public class ExcelReader extends ExcelBase<ExcelReader> {
|
|||||||
// 跳过标题行
|
// 跳过标题行
|
||||||
rowList = readRow(sheet.getRow(i));
|
rowList = readRow(sheet.getRow(i));
|
||||||
if (CollUtil.isNotEmpty(rowList) || false == ignoreEmptyRow) {
|
if (CollUtil.isNotEmpty(rowList) || false == ignoreEmptyRow) {
|
||||||
if (null == rowList) {
|
|
||||||
rowList = new ArrayList<>(0);
|
|
||||||
}
|
|
||||||
result.add(IterUtil.toMap(aliasHeader(headerList), rowList, true));
|
result.add(IterUtil.toMap(aliasHeader(headerList), rowList, true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user