com.arsdigita.search.converter
Class ExcelConverter.ExcelEvent
java.lang.Object
com.arsdigita.search.converter.ExcelConverter.ExcelEvent
- All Implemented Interfaces:
- org.apache.poi.hssf.eventusermodel.HSSFListener
- Enclosing class:
- ExcelConverter
- public class ExcelConverter.ExcelEvent
- extends Object
- implements org.apache.poi.hssf.eventusermodel.HSSFListener
This example shows how to use the event API for reading a file.
Method Summary |
void |
processRecord(org.apache.poi.hssf.record.Record record)
This method listens for incoming records and handles
them as required. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelConverter.ExcelEvent
public ExcelConverter.ExcelEvent(StringBuffer output)
processRecord
public void processRecord(org.apache.poi.hssf.record.Record record)
- This method listens for incoming records and handles
them as required.
A lot of this is taken from the POI example
- Specified by:
processRecord
in interface org.apache.poi.hssf.eventusermodel.HSSFListener
- Parameters:
record
- The record that was found while reading.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC