Package loci.poi.hssf.eventusermodel


package loci.poi.hssf.eventusermodel
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:
  • Class
    Description
    Interface for use with the HSSFRequest and HSSFEventFactory.
    Low level event based HSSF reader.
    Interface for use with the HSSFRequest and HSSFEventFactory.
    An HSSFRequest object should be constructed registering an instance or multiple instances of HSSFListener with each Record.sid you wish to listen for.
    This exception is provided as a way for API users to throw exceptions from their event handling code.