public class XlsxSaxAnalyser extends java.lang.Object implements ExcelReadExecutor
构造器和说明 |
---|
XlsxSaxAnalyser(AnalysisContext analysisContext,
java.io.InputStream decryptedStream) |
public XlsxSaxAnalyser(AnalysisContext analysisContext, java.io.InputStream decryptedStream) throws java.lang.Exception
java.lang.Exception
public java.util.List<ReadSheet> sheetList()
ExcelReadExecutor
sheetList
在接口中 ExcelReadExecutor
public void execute(java.util.List<ReadSheet> readSheetList, java.lang.Boolean readAll)
ExcelReadExecutor
execute
在接口中 ExcelReadExecutor
readSheetList
- Which sheets you need to read.readAll
- The readSheetList
parameter is ignored, and all sheets are read.