public class ExcelReader<T> extends Object implements AutoCloseable
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
关闭流
|
List<T> |
doRead()
进行读excel
|
static <T> ExcelReader<T> |
of(Class<T> excelClass,
InputStream inputStream) |
static <T> ExcelReader<T> |
of(Class<T> excelClass,
InputStream inputStream,
IdUtil idUtil) |
public static <T> ExcelReader<T> of(Class<T> excelClass, InputStream inputStream)
public static <T> ExcelReader<T> of(Class<T> excelClass, InputStream inputStream, IdUtil idUtil)
public void close()
throws IOException
close 在接口中 AutoCloseableIOException - ioCopyright © 2019. All rights reserved.