com.alibaba.excel.analysis
类 ExcelAnalyserImpl
- java.lang.Object
-
- com.alibaba.excel.analysis.ExcelAnalyserImpl
-
- 所有已实现的接口:
- ExcelAnalyser
public class ExcelAnalyserImpl extends Object implements ExcelAnalyser
- 作者:
- jipengfei
-
构造器概要
构造器 构造器和说明 ExcelAnalyserImpl(ReadWorkbook readWorkbook)
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 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
-
构造器详细资料
ExcelAnalyserImpl
public ExcelAnalyserImpl(ReadWorkbook readWorkbook)
方法详细资料
analysis
public void analysis(List<ReadSheet> readSheetList, Boolean readAll)
从接口复制的说明:ExcelAnalyser
parse the sheet- 指定者:
-
analysis
在接口中ExcelAnalyser
- 参数:
-
readSheetList
- Which sheets you need to read. -
readAll
- ThereadSheetList
parameter is ignored, and all sheets are read.
finish
public void finish()
从接口复制的说明:ExcelAnalyser
Complete the entire read file.Release the cache and close stream- 指定者:
-
finish
在接口中ExcelAnalyser
excelExecutor
public ExcelReadExecutor excelExecutor()
从接口复制的说明:ExcelAnalyser
Acquisition excel executor- 指定者:
-
excelExecutor
在接口中ExcelAnalyser
- 返回:
- Excel file Executor
analysisContext
public AnalysisContext analysisContext()
从接口复制的说明:ExcelAnalyser
get the analysis context.- 指定者:
-
analysisContext
在接口中ExcelAnalyser
- 返回:
- analysis context
Copyright © 2018–2019 Alibaba Group. All rights reserved.