@FunctionalInterface public interface ExcelWorkbookWriteListener extends ExcelWriteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
completeWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
Has been created
|
default void |
flushBefore(org.apache.poi.ss.usermodel.Workbook workbook)
The data is written, but not flushed to an excel file
|
default void flushBefore(org.apache.poi.ss.usermodel.Workbook workbook)
workbook - Current workbookvoid completeWorkbook(org.apache.poi.ss.usermodel.Workbook workbook)
workbook - Current created workbookCopyright © 2021. All rights reserved.