@FunctionalInterface public interface ExcelRowWriteListener extends ExcelWriteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
completeRow(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
int index,
boolean isHead)
All the cells for the current row are created
|
void completeRow(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
int index,
boolean isHead)
sheet - Current sheetrow - Create the finished rowindex - Line index, index type according to isHead,Starting from 0isHead - Whether is excel headCopyright © 2020. All rights reserved.