public class ExcelAnalyserImpl extends Object implements ExcelAnalyser
| Constructor and Description |
|---|
ExcelAnalyserImpl(ReadWorkbook readWorkbook) |
| Modifier and Type | Method and Description |
|---|---|
void |
analysis(List<ReadSheet> readSheetList,
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(List<ReadSheet> readSheetList, Boolean readAll)
ExcelAnalyseranalysis in interface ExcelAnalyserreadSheetList - Which sheets you need to read.readAll - The readSheetList parameter is ignored, and all sheets are read.public void finish()
ExcelAnalyserfinish in interface ExcelAnalyserpublic ExcelReadExecutor excelExecutor()
ExcelAnalyserexcelExecutor in interface ExcelAnalyserpublic AnalysisContext analysisContext()
ExcelAnalyseranalysisContext in interface ExcelAnalyserCopyright © 2018–2024 Alibaba Group. All rights reserved.