Package org.apache.poi.hssf.eventusermodel

HSSF eventmodel Package provides an event-based API for reading HSSF files.

See:
          Description

Interface Summary
HSSFListener Interface for use with the HSSFRequest and HSSFEventFactory.
 

Class Summary
AbortableHSSFListener Interface for use with the HSSFRequest and HSSFEventFactory.
HSSFEventFactory Low level event based HSSF reader.
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.
 

Package org.apache.poi.hssf.eventusermodel Description

HSSF eventmodel Package provides an event-based API for reading HSSF files.

Related Documentation

The event model can reald XLS files with a very small memory footprint. For writing you still have to use the usermodel. The eventmodel is to the usermodel what SAX is to DOM. For overviews, tutorials, examples, guides, and tool documentation, please see:

See Also:
org.apache.poi.hssf.usermodel, org.apache.poi.hssf.record


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.