public interface ExcelStyleWriteListener extends ExcelWriteListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
setBodyStyle(org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex)
Setting excel body cell styles is triggered when each body cell is successfully created
|
void |
setHeadStyle(org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex)
Setting excel header cell styles is triggered when each header cell is successfully created
|
void |
setTitleStyle(BigTitle bigTitle,
org.apache.poi.ss.usermodel.Cell cell)
Set excel big title style
|
void setTitleStyle(BigTitle bigTitle, org.apache.poi.ss.usermodel.Cell cell)
cell - Current cellbigTitle - Big titlevoid setHeadStyle(org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex)
row - Current rowcell - Current celldataIndex - Data index, starts at 0property - ExcelField property of current fieldvoid setBodyStyle(org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex)
row - Current rowcell - Current celldataIndex - Data index, starts at 0property - ExcelField property of current fieldCopyright © 2022. All rights reserved.