csv.impl
Interface ExcelListener
public interface ExcelListener
Notifies about Excel based events.
- Author:
- RalphSchuster
|
Method Summary |
void |
rowCreated(ExcelWriter writer,
org.apache.poi.ss.usermodel.Row row)
Notifies about rows created. |
rowCreated
void rowCreated(ExcelWriter writer,
org.apache.poi.ss.usermodel.Row row)
- Notifies about rows created.
Beware that only new Excel rows will be notified. Excel usually
contains blank rows in a sheet that will not be notified by an
Excel writer.
- Parameters:
writer - ExcelWriter that notifiesrow - rows index that was created- See Also:
ExcelWriter.getOrCreateRow(int)
Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.