Interface RowGeneratorFunction


@Beta public interface RowGeneratorFunction
RowGeneratorFunction for Deferred SXSSF sheets
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generate and add rows to the sheet.
  • Method Details

    • generateRows

      void generateRows(SXSSFSheet sheet) throws Exception
      Generate and add rows to the sheet. Note that anything that does not relate to creating rows and cells should not be done inside this function. It is best to create cell styles and sheet level settings in separate calls outside this function.
      Parameters:
      sheet - the sheet
      Throws:
      Exception - the exception