Class XSSFHtmlHelper

    • Constructor Detail

      • XSSFHtmlHelper

        public XSSFHtmlHelper()
    • Method Detail

      • colorStyles

        public void colorStyles​(CellStyle style,
                                Formatter out)
        Description copied from interface: HtmlHelper
        Outputs the appropriate CSS style for the given cell style.
        Specified by:
        colorStyles in interface HtmlHelper
        Parameters:
        style - The cell style.
        out - The place to write the output.