Class BaseXlsStyleGenerator<ID extends Serializable,​T extends AbstractEntity<ID>>

  • Type Parameters:
    ID - the type of the primary key
    T - the type of the entity
    All Implemented Interfaces:
    XlsStyleGenerator<ID,​T>

    public class BaseXlsStyleGenerator<ID extends Serializable,​T extends AbstractEntity<ID>>
    extends Object
    implements XlsStyleGenerator<ID,​T>
    Base style generator for Excel exports
    Author:
    bas.rutten
    • Constructor Detail

      • BaseXlsStyleGenerator

        public BaseXlsStyleGenerator​(org.apache.poi.ss.usermodel.Workbook workbook)
        Constructor
        Parameters:
        workbook -