Class ExcelCellStyleBuilder


  • public class ExcelCellStyleBuilder
    extends Object
    Created by dima.prokopenko@gmail.com on 9/13/2016.
    • Constructor Detail

      • ExcelCellStyleBuilder

        public ExcelCellStyleBuilder​(org.apache.poi.ss.usermodel.Workbook workbook)
    • Method Detail

      • withRotation

        public void withRotation​(StyleSheet element)
      • withElementStyle

        public void withElementStyle​(StyleSheet elementStyleSheet,
                                     org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.HSSFCellStyleProducer.HSSFCellStyleKey styleKey)
      • withBackgroundStyle

        public void withBackgroundStyle​(CellBackground bg,
                                        org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.HSSFCellStyleProducer.HSSFCellStyleKey styleKey)
      • build

        public org.apache.poi.ss.usermodel.CellStyle build()