T - 结果类型public abstract class BeanRowHandler<T> extends AbstractRowHandler<T>
convertFunc, endRowIndex, startRowIndex| 构造器和说明 |
|---|
BeanRowHandler(int headerRowIndex,
int startRowIndex,
int endRowIndex,
Class<T> clazz)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(int sheetIndex,
long rowIndex,
List<Object> rowCells)
处理一行数据
|
handleDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoAfterAllAnalysed, handleCellpublic void handle(int sheetIndex,
long rowIndex,
List<Object> rowCells)
RowHandlerhandle 在接口中 RowHandlerhandle 在类中 AbstractRowHandler<T>sheetIndex - 当前Sheet序号rowIndex - 当前行号,从0开始计数rowCells - 行数据,每个Object表示一个单元格的值Copyright © 2024. All rights reserved.