| 程序包 | 说明 |
|---|---|
| cn.gjing.excel.base.listener.write | |
| cn.gjing.excel.base.util |
| 限定符和类型 | 方法和说明 |
|---|---|
default Object |
ExcelCellWriteListener.assignmentBefore(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex,
RowType rowType,
Object value)
Triggered when the data converter finishes processing and is ready to write to the cell
|
void |
ExcelCellWriteListener.completeCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int dataIndex,
RowType rowType)
Triggered when the current cell has been written out and is about to start writing the next cell
|
void |
ExcelStyleWriteListener.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 |
ExcelStyleWriteListener.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
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
ListenerChain.doAssignmentBefore(List<ExcelListener> listeners,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int index,
RowType rowType,
Object value)
Execute write cell listener
|
static void |
ListenerChain.doCompleteCell(List<ExcelListener> listeners,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int index,
RowType rowType)
Execute write cell listener
|
static void |
ListenerChain.doSetBodyStyle(List<ExcelListener> styleListeners,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int index)
Set excel head style
|
static void |
ListenerChain.doSetHeadStyle(List<ExcelListener> styleListeners,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelFieldProperty property,
int index)
Set excel head style
|
Copyright © 2022. All rights reserved.