| 程序包 | 说明 |
|---|---|
| cn.gjing.tools.excel.driven | |
| cn.gjing.tools.excel.read | |
| cn.gjing.tools.excel.read.resolver |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelReadWrapper<R> |
ExcelReadWrapper.subscribe(ExcelResultReadListener<R> resultListener)
Subscribe to all data at the end of the Excel read,
Subscribing to data in this way requires specifying the returned data List generics
|
| 构造器和说明 |
|---|
ExcelReaderContext(List<String> headNames,
Class<R> excelClass,
Map<String,Field> excelFieldMap,
boolean checkTemplate,
boolean headBefore,
String uniqueKey,
String[] ignores,
ExcelResultReadListener<R> resultReadListener) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelBindReader<R> |
ExcelBindReader.subscribe(ExcelResultReadListener<R> excelResultReadListener)
Subscribe to the data after the import is complete
|
Copyright © 2021. All rights reserved.