接口 ExcelAnalyser
- 所有已知实现类:
ExcelAnalyserImpl
public interface ExcelAnalyser
Excel file analyser
-
方法概要
修饰符和类型方法说明voidparse the sheetget the analysis context.Acquisition excel executorvoidfinish()Complete the entire read file.Release the cache and close stream
-
方法详细资料
-
analysis
parse the sheet- 参数:
readSheetList- Which sheets you need to read.readAll- ThereadSheetListparameter is ignored, and all sheets are read.
-
finish
void finish()Complete the entire read file.Release the cache and close stream -
excelExecutor
ExcelReadExecutor excelExecutor()Acquisition excel executor- 返回:
- Excel file Executor
-
analysisContext
AnalysisContext analysisContext()get the analysis context.- 返回:
- analysis context
-