public class LargeExcelImportFacade_back extends Object
| 构造器和说明 |
|---|
LargeExcelImportFacade_back() |
| 限定符和类型 | 方法和说明 |
|---|---|
static LargeExcelImportFacade_back |
init(InputStream sourceStream)
初始化门面
|
static void |
main(String[] args) |
LargeExcelImportFacade_back |
readSheet(int sheetIndex,
int headerNumber,
Consumer<Map<String,String>> callback)
读取某个sheet
|
public static Executor executor
public static LargeExcelImportFacade_back init(InputStream sourceStream) throws Exception
Exceptionpublic LargeExcelImportFacade_back readSheet(int sheetIndex, int headerNumber, Consumer<Map<String,String>> callback) throws Exception
sheetIndex - sheet的下标 从1开始headerNumber - 列头所在行 从1 开始callback - 真正使用数据的回调Exception - exCopyright © 2022. All rights reserved.