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)
ExcelAnalyseranalysis 在接口中 ExcelAnalyserreadSheetList - Which sheets you need to read.readAll - The readSheetList parameter is ignored, and all sheets are read.public void finish()
ExcelAnalyserfinish 在接口中 ExcelAnalyserpublic ExcelReadExecutor excelExecutor()
ExcelAnalyserexcelExecutor 在接口中 ExcelAnalyserpublic AnalysisContext analysisContext()
ExcelAnalyseranalysisContext 在接口中 ExcelAnalyser