类 ExcelAnalyserImpl
java.lang.Object
com.sh.wf.excel.analysis.ExcelAnalyserImpl
- 所有已实现的接口:
ExcelAnalyser
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidparse the sheetget the analysis context.Acquisition excel executorvoidfinish()Complete the entire read file.Release the cache and close stream
-
构造器详细资料
-
ExcelAnalyserImpl
-
-
方法详细资料
-
analysis
从接口复制的说明:ExcelAnalyserparse the sheet- 指定者:
analysis在接口中ExcelAnalyser- 参数:
readSheetList- Which sheets you need to read.readAll- ThereadSheetListparameter is ignored, and all sheets are read.
-
finish
public void finish()从接口复制的说明:ExcelAnalyserComplete the entire read file.Release the cache and close stream- 指定者:
finish在接口中ExcelAnalyser
-
excelExecutor
从接口复制的说明:ExcelAnalyserAcquisition excel executor- 指定者:
excelExecutor在接口中ExcelAnalyser- 返回:
- Excel file Executor
-
analysisContext
从接口复制的说明:ExcelAnalyserget the analysis context.- 指定者:
analysisContext在接口中ExcelAnalyser- 返回:
- analysis context
-