Java org.apache.poi.hssf.eventusermodel HSSFRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.hssf.eventusermodel HSSFRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.hssf.eventusermodel HSSFRequest.

The text is from its open source code.

Constructor

HSSFRequest()
Creates a new instance of HSSFRequest

Method

voidaddListener(HSSFListener lsnr, short sid)
add an event listener for a particular record type.
voidaddListenerForAllRecords(HSSFListener lsnr)
This is the equivalent of calling addListener(myListener, sid) for EVERY record in the org.apache.poi.hssf.record package.