Class EventWorkbookBuilder.SheetRecordCollectingListener
java.lang.Object
org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder.SheetRecordCollectingListener
- All Implemented Interfaces:
HSSFListener
- Enclosing class:
- EventWorkbookBuilder
public static class EventWorkbookBuilder.SheetRecordCollectingListener
extends Object
implements HSSFListener
A wrapping HSSFListener which will collect
BoundSheetRecords and ExternSheetRecords as
they go past, so you can create a Stub InternalWorkbook from
them once required.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRecord(Record record) Process this record ourselves, and then pass it on to our child listenervoidprocessRecordInternally(Record record) Process the record ourselves, but do not pass it on to the child Listener.
-
Constructor Details
-
SheetRecordCollectingListener
-
-
Method Details
-
getBoundSheetRecords
-
getExternSheetRecords
-
getSSTRecord
-
getStubHSSFWorkbook
-
getStubWorkbook
-
processRecord
Process this record ourselves, and then pass it on to our child listener- Specified by:
processRecordin interfaceHSSFListener- Parameters:
record- the record to be processed
-
processRecordInternally
Process the record ourselves, but do not pass it on to the child Listener.- Parameters:
record- the record to be processed
-