| 限定符和类型 | 方法和说明 |
|---|---|
<T> ExcelImporter.Result<T> |
DefaultExcelImporter.doImport(InputStream inputStream,
Class<T> type,
java.util.function.Function<T,ExcelImporter.Error> afterParsed,
Class... group) |
<T> ExcelImporter.Result<T> |
ExcelImporter.doImport(InputStream inputStream,
Class<T> type,
java.util.function.Function<T,ExcelImporter.Error> afterParsed,
Class... group)
解析excel为指定的class对象,并返回解析结果.类上的属性需要注解
Excel或者ApiModelProperty. |
Copyright © 2018. All rights reserved.