Interface RowGeneratorFunction

    • Method Detail

      • generateRows

        void generateRows​(SXSSFSheet sheet)
                   throws java.lang.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:
        java.lang.Exception - the exception