com.alibaba.excel.analysis.v07
类 XlsxSaxAnalyser
- java.lang.Object
-
- com.alibaba.excel.analysis.v07.XlsxSaxAnalyser
-
- 所有已实现的接口:
- ExcelReadExecutor
public class XlsxSaxAnalyser extends Object implements ExcelReadExecutor
- 作者:
- jipengfei
-
构造器概要
构造器 构造器和说明 XlsxSaxAnalyser(AnalysisContext analysisContext, InputStream decryptedStream)
-
构造器详细资料
XlsxSaxAnalyser
public XlsxSaxAnalyser(AnalysisContext analysisContext, InputStream decryptedStream) throws Exception
- 抛出:
-
Exception
方法详细资料
sheetList
public List<ReadSheet> sheetList()
从接口复制的说明:ExcelReadExecutor
Returns the actual sheet in excel- 指定者:
-
sheetList
在接口中ExcelReadExecutor
- 返回:
- Actual sheet in excel
execute
public void execute(List<ReadSheet> readSheetList, Boolean readAll)
从接口复制的说明:ExcelReadExecutor
Read the sheet.- 指定者:
-
execute
在接口中ExcelReadExecutor
- 参数:
-
readSheetList
- Which sheets you need to read. -
readAll
- ThereadSheetList
parameter is ignored, and all sheets are read.
Copyright © 2018–2019 Alibaba Group. All rights reserved.