com.alibaba.excel.analysis
接口 ExcelAnalyser
-
- 所有已知实现类:
- ExcelAnalyserImpl
public interface ExcelAnalyser
Excel file analyser- 作者:
- jipengfei
-
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 void
analysis(List<ReadSheet> readSheetList, Boolean readAll)
parse the sheetAnalysisContext
analysisContext()
get the analysis context.ExcelReadExecutor
excelExecutor()
Acquisition excel executorvoid
finish()
Complete the entire read file.Release the cache and close stream
-
方法详细资料
analysis
void analysis(List<ReadSheet> readSheetList, Boolean readAll)
parse the sheet- 参数:
-
readSheetList
- Which sheets you need to read. -
readAll
- ThereadSheetList
parameter 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
Copyright © 2018–2019 Alibaba Group. All rights reserved.