@FunctionalInterface public interface ExcelCellWriteListener extends ExcelWriteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
completeCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
String headName,
int index,
int colIndex,
boolean isHead,
Object value)
Cell assignment complete (include data convert complete)
|
void completeCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
String headName,
int index,
int colIndex,
boolean isHead,
Object value)
sheet - Current sheetrow - Current rowcell - Current cellindex - Line index, index type according to isHead, Starting from 0colIndex - Current cell indexisHead - Whether is excel headexcelField - ExcelField annotation of current fieldfield - Current fieldvalue - Cell valueheadName - The header name of the list where the cell residesCopyright © 2020. All rights reserved.