@FunctionalInterface public interface ExcelRowWriteListener extends ExcelWriteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
completeRow(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
Object obj,
int index,
boolean isHead)
All the cells for the current row are finish
|
void completeRow(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
Object obj,
int index,
boolean isHead)
sheet - Current sheetrow - Create the finished rowobj - Current Java objectindex - The data index, table header, and body all start at 0isHead - Whether is excel headCopyright © 2020. All rights reserved.