Class HSSFEventFactory

java.lang.Object
loci.poi.hssf.eventusermodel.HSSFEventFactory

public class HSSFEventFactory extends Object
Low level event based HSSF reader. Pass either a DocumentInputStream to process events along with a request object or pass a POIFS POIFSFileSystem to processWorkbookEvents along with a request. This will cause your file to be processed a record at a time. Each record with a static id matching one that you have registed in your HSSFRequest will be passed to your associated HSSFListener.
Author:
Andrew C. Oliver (acoliver at apache dot org), Carey Sublette (careysub@earthling.net)
See Also:
  • loci.poi.hssf.dev.EFHSSF
  • Constructor Details

    • HSSFEventFactory

      public HSSFEventFactory()
      Creates a new instance of HSSFEventFactory
  • Method Details