public interface ExcelCascadingDropdownBoxListener extends ExcelWriteListener
ExcelDropdownBox is used in the header field of the mapped entity and a valid ExcelDropdownBox.link() parameter is set| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCascadingDropdownBox(ExcelDropdownBox excelDropdownBox,
org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
int firstRow,
int lastRow,
int colIndex,
Field field)
Add cascading dropdown box
|
void addCascadingDropdownBox(ExcelDropdownBox excelDropdownBox, org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.Sheet sheet, int firstRow, int lastRow, int colIndex, Field field)
excelDropdownBox - ExplicitValidworkbook - workbooksheet - The current sheetfirstRow - First rowlastRow - Last rowcolIndex - Col indexfield - Current fieldCopyright © 2021. All rights reserved.