| 程序包 | 说明 |
|---|---|
| cn.gjing.tools.excel.metadata | |
| cn.gjing.tools.excel.read.listener | |
| cn.gjing.tools.excel.util | |
| cn.gjing.tools.excel.write.listener | |
| cn.gjing.tools.excel.write.style |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowType |
RowType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RowType[] |
RowType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
default Object |
ExcelRowReadListener.readCell(Object cellValue,
Field field,
int rowIndex,
int colIndex,
RowType rowType)
Read each cell successfully
|
boolean |
ExcelRowReadListener.readRow(R r,
List<?> otherValues,
int rowIndex,
RowType rowType)
Read each row successfully
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Object |
ListenerChain.doAssignmentBefore(Map<Class<? extends ExcelWriteListener>,List<ExcelWriteListener>> excelListeners,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
int index,
int colIndex,
RowType rowType,
Object value)
Execute write cell listener
|
static void |
ListenerChain.doCompleteCell(Map<Class<? extends ExcelWriteListener>,List<ExcelWriteListener>> excelListeners,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
int index,
int colIndex,
RowType rowType)
Execute write cell listener
|
static void |
ListenerChain.doCompleteRow(Map<Class<? extends ExcelWriteListener>,List<ExcelWriteListener>> excelListeners,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
Object obj,
int index,
RowType rowType)
Execute write row listener
|
static void |
ListenerChain.doCreateRowBefore(Map<Class<? extends ExcelWriteListener>,List<ExcelWriteListener>> excelListeners,
org.apache.poi.ss.usermodel.Sheet sheet,
int index,
RowType rowType)
Before you create a row
|
static Object |
ListenerChain.doReadCell(List<ExcelReadListener> rowReadListeners,
Object cellValue,
Field field,
int rowIndex,
int colIndex,
RowType rowType)
Execute read row listener
|
static <R> boolean |
ListenerChain.doReadRow(List<ExcelReadListener> rowReadListeners,
R r,
List<?> otherValues,
int rowIndex,
RowType rowType)
Execute read row listener
|
| 限定符和类型 | 方法和说明 |
|---|---|
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,
ExcelField excelField,
Field field,
int index,
int colIndex,
RowType rowType,
Object value)
Cell are assigned before, then after the data converter and before the auto merge
|
void |
ExcelCellWriteListener.completeCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
int index,
int colIndex,
RowType rowType)
Cell assignment complete,the current cell end, About to start reading the next cell
|
void |
ExcelRowWriteListener.completeRow(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
Object obj,
int index,
RowType rowType)
All the cells for the current row are finish
|
default void |
ExcelRowWriteListener.createBefore(org.apache.poi.ss.usermodel.Sheet sheet,
int index,
RowType rowType)
Before you create a row
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultExcelStyleListener.completeCell(org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
ExcelField excelField,
Field field,
int index,
int colIndex,
RowType rowType) |
Copyright © 2021. All rights reserved.