@FunctionalInterface public interface ExcelEmptyReadListener<R> extends ExcelReadListener
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
readEmpty(R r,
Field field,
ExcelField excelField,
int rowIndex,
int colIndex)
When a body cell is read, if the cell does not exist or the value is null,
and you set the header to which the cell belongs not to be null,
ExcelField |
boolean readEmpty(R r, Field field, ExcelField excelField, int rowIndex, int colIndex)
ExcelFieldr - Current Java objectfield - Current fieldexcelField - ExcelField annotation on that fieldrowIndex - The index of the current rowcolIndex - The index of the current colCopyright © 2020. All rights reserved.