Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.

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.
 

Method Detail

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 notifies
row - rows index that was created
See Also:
ExcelWriter.getOrCreateRow(int)

Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.

Copyright © 2008-2011 Ralph Schuster. All Rights Reserved.