Class BasicSheetConversionStrategy

    • Constructor Detail

      • BasicSheetConversionStrategy

        public BasicSheetConversionStrategy​(ConversionStrategy<org.apache.poi.ss.usermodel.Row> rowStrategy)
    • Method Detail

      • getSheetCSSClass

        public java.lang.String getSheetCSSClass()
        Description copied from interface: SheetConversionStrategy
        Each sheet is rendered as a DIV in the HTML output. This allows you to specify the class of the div.
        Specified by:
        getSheetCSSClass in interface SheetConversionStrategy
        Returns:
        css class you want to have on each sheet.
      • process

        public void process​(org.apache.poi.xssf.usermodel.XSSFSheet xssfSheet,
                            HTMLBuilder result)
        Specified by:
        process in interface ConversionStrategy<org.apache.poi.xssf.usermodel.XSSFSheet>