| 程序包 | 说明 |
|---|---|
| cn.gjing.tools.excel.driven | |
| cn.gjing.tools.excel.read.resolver | |
| cn.gjing.tools.excel.util |
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelBindReader<R> |
ExcelBindReader.subscribe(ExcelResultReadListener<R> excelResultReadListener)
Subscribe to the data after the import is complete
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> void |
ListenerChain.doResultNotify(ExcelResultReadListener<R> resultReadListener,
List<R> data)
Execute result notify listener
|
Copyright © 2021. All rights reserved.