public class EventExample extends Object implements HSSFListener
| Constructor and Description |
|---|
EventExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Read an excel file and spit out what we find.
|
void |
processRecord(Record record)
This method listens for incoming records and handles them as required.
|
public void processRecord(Record record)
processRecord in interface HSSFListenerrecord - The record that was found while reading.public static void main(String[] args) throws IOException
args - Expect one argument that is the file to read.IOException - When there is an error processing the file.