public class XlsxSaxAnalyser extends Object implements ExcelReadExecutor
| Modifier and Type | Field and Description |
|---|---|
static org.apache.poi.openxml4j.opc.PackagePartName |
SHARED_STRINGS_PART_NAME
Storage sheet SharedStrings
|
| Constructor and Description |
|---|
XlsxSaxAnalyser(XlsxReadContext xlsxReadContext,
InputStream decryptedStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Read the sheet.
|
List<ReadSheet> |
sheetList()
Returns the actual sheet in excel
|
public static final org.apache.poi.openxml4j.opc.PackagePartName SHARED_STRINGS_PART_NAME
public XlsxSaxAnalyser(XlsxReadContext xlsxReadContext, InputStream decryptedStream) throws Exception
Exceptionpublic List<ReadSheet> sheetList()
ExcelReadExecutorsheetList in interface ExcelReadExecutorpublic void execute()
ExcelReadExecutorexecute in interface ExcelReadExecutorCopyright © 2018–2024 Alibaba Group. All rights reserved.