public class AnnotationExcelReaderContext extends Object implements ExcelReaderContext
| 构造器和说明 |
|---|
AnnotationExcelReaderContext(InputStream is,
Class<T> clazz) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelExecutor |
getExecutor() |
InputStream |
getInputStream() |
Map<Integer,ExcelSheetDefinition> |
getSheetDefinitions() |
public AnnotationExcelReaderContext(InputStream is, Class<T> clazz)
public Map<Integer,ExcelSheetDefinition> getSheetDefinitions()
getSheetDefinitions 在接口中 ExcelContextpublic ExcelExecutor getExecutor()
getExecutor 在接口中 ExcelContextpublic InputStream getInputStream()
getInputStream 在接口中 ExcelReaderContextCopyright © 2019. All rights reserved.