| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) InCallback<R> |
callback
行回调方法
|
(专用程序包) int |
footerCount
尾部行数量
|
(专用程序包) int |
headerCount
表头行数量
|
(专用程序包) OpsColumn<R> |
opsColumn
导入列定义
|
(专用程序包) int |
sheetIndex
读取的sheetNum
|
(专用程序包) int |
sheetMode
选择的sheet模式
1 下标
2 名字
|
(专用程序包) String |
sheetName
读取的sheetName
|
| 构造器和说明 |
|---|
OpsSheet(OpsParse<R> parent,
int sheetIndex,
int headerCount,
int footerCount)
声明构造
|
OpsSheet(OpsParse<R> parent,
String sheetName,
int headerCount,
int footerCount)
声明构造
|
int sheetIndex
String sheetName
int sheetMode
int headerCount
int footerCount
InCallback<R> callback
public OpsSheet(OpsParse<R> parent, int sheetIndex, int headerCount, int footerCount)
parent - 当前对象private void checkSetSheetMode(int wantSetMode)
public OpsSheet<R> callBack(InCallback<R> callback)
callback - row 当前数据
index 当前数据下标public void parsePart(int partSize,
java.util.function.Consumer<PoiResult<R>> partResult)
partSize - 批量页大小partResult - 批量结果Copyright © 2023. All rights reserved.