Package csv.impl
Interface ExcelListener
public interface ExcelListener
Notifies about Excel based events.
- Author:
- RalphSchuster
-
Method Summary
Modifier and TypeMethodDescriptionvoidrowCreated(ExcelWriter writer, org.apache.poi.ss.usermodel.Row row) Notifies about rows created.
-
Method Details
-
rowCreated
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:
-