|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
HSSFListener | Interface for use with the HSSFRequest and HSSFEventFactory. |
Class Summary | |
---|---|
AbortableHSSFListener | Interface for use with the HSSFRequest and HSSFEventFactory. |
FormatTrackingHSSFListener | A proxy HSSFListener that keeps track of the document formatting records, and provides an easy way to look up the format strings used by cells from their ids. |
HSSFEventFactory | Low level event based HSSF reader. |
HSSFRecordStream | A stream based way to get at complete records, with as low a memory footprint as possible. |
HSSFRequest | An HSSFRequest object should be constructed registering an instance or multiple instances of HSSFListener with each Record.sid you wish to listen for. |
MissingRecordAwareHSSFListener | A HSSFListener which tracks rows and columns, and will trigger your HSSFListener for all rows and cells, even the ones that aren't actually stored in the file. |
Exception Summary | |
---|---|
HSSFUserException | This exception is provided as a way for API users to throw exceptions from their event handling code. |
HSSF eventmodel Package provides an event-based API for reading HSSF files.
org.apache.poi.hssf.usermodel
,
org.apache.poi.hssf.record
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |