Package csv.impl

Interface ExcelListener


public interface ExcelListener
Notifies about Excel based events.
Author:
RalphSchuster
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rowCreated(ExcelWriter writer, org.apache.poi.ss.usermodel.Row row)
    Notifies about rows created.
  • Method Details

    • 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: