public interface ExcelAnalyser
限定符和类型 | 方法和说明 |
---|---|
void |
analysis(java.util.List<ReadSheet> readSheetList,
java.lang.Boolean readAll)
parse the sheet
|
AnalysisContext |
analysisContext()
get the analysis context.
|
ExcelReadExecutor |
excelExecutor()
Acquisition excel executor
|
void |
finish()
Complete the entire read file.Release the cache and close stream
|
void analysis(java.util.List<ReadSheet> readSheetList, java.lang.Boolean readAll)
readSheetList
- Which sheets you need to read.readAll
- The readSheetList
parameter is ignored, and all sheets are read.void finish()
ExcelReadExecutor excelExecutor()
AnalysisContext analysisContext()