| 程序包 | 说明 |
|---|---|
| cn.gjing.tools.excel.driven |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> ExcelReadWrapper<R> |
ExcelReadWrapper.build(Class<R> mapping)
Build a read wrapper
|
ExcelReadWrapper<R> |
ExcelReadWrapper.data(File file)
Set data
|
ExcelReadWrapper<R> |
ExcelReadWrapper.data(InputStream inputStream)
Set data
|
ExcelReadWrapper<R> |
ExcelReadWrapper.data(org.springframework.web.multipart.MultipartFile file)
Set data
|
ExcelReadWrapper<R> |
ExcelReadWrapper.ignores(String... ignores)
Which excel heads to be ignored when importing
|
ExcelReadWrapper<R> |
ExcelReadWrapper.listener(ExcelReadListener readListener)
Add read listener
|
ExcelReadWrapper<R> |
ExcelReadWrapper.listener(List<ExcelReadListener> readListeners)
Add read listener
|
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
|
Copyright © 2021. All rights reserved.