@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 empty,
and header is set as required in the mapping entity
ExcelField.required() |
boolean readEmpty(R r, Field field, ExcelField excelField, int rowIndex, int colIndex)
ExcelField.required()r - Current Java objectfield - Current fieldexcelField - ExcelField annotation on that fieldrowIndex - The index of the current rowcolIndex - The index of the current colCopyright © 2021. All rights reserved.