public class XlsListSheetListener extends Object implements org.apache.poi.hssf.eventusermodel.HSSFListener
| Constructor and Description |
|---|
XlsListSheetListener(XlsReadContext xlsReadContext)
Constructor for initializing the listener with a given context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes the event-based processing of the XLS file.
|
void |
processRecord(org.apache.poi.hssf.record.Record record)
Processes a specific record by delegating it to the appropriate handler based on its SID.
|
public XlsListSheetListener(XlsReadContext xlsReadContext)
xlsReadContext - The context object containing information about the XLS file being processed.public void processRecord(org.apache.poi.hssf.record.Record record)
processRecord in interface org.apache.poi.hssf.eventusermodel.HSSFListenerrecord - The record to be processed.public void execute()
Copyright © 2024–2025 fast-excel. All rights reserved.