public class ExcelAnalyserImpl extends java.lang.Object implements ExcelAnalyser
构造器和说明 |
---|
ExcelAnalyserImpl(ReadWorkbook readWorkbook) |
限定符和类型 | 方法和说明 |
---|---|
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
|
public ExcelAnalyserImpl(ReadWorkbook readWorkbook)
public void analysis(java.util.List<ReadSheet> readSheetList, java.lang.Boolean readAll)
ExcelAnalyser
analysis
在接口中 ExcelAnalyser
readSheetList
- Which sheets you need to read.readAll
- The readSheetList
parameter is ignored, and all sheets are read.public void finish()
ExcelAnalyser
finish
在接口中 ExcelAnalyser
public ExcelReadExecutor excelExecutor()
ExcelAnalyser
excelExecutor
在接口中 ExcelAnalyser
public AnalysisContext analysisContext()
ExcelAnalyser
analysisContext
在接口中 ExcelAnalyser