Class BaseExport

    • Field Detail

      • styles

        protected org.openl.rules.testmethod.export.Styles styles
    • Constructor Detail

      • BaseExport

        public BaseExport()
    • Method Detail

      • setCellComment

        protected static void setCellComment​(org.apache.poi.ss.usermodel.Cell cell,
                                             String message)
      • autoSizeColumns

        protected void autoSizeColumns​(org.apache.poi.xssf.streaming.SXSSFSheet sheet)
      • createCell

        protected org.apache.poi.ss.usermodel.Cell createCell​(org.apache.poi.ss.usermodel.Row row,
                                                              int cellNum,
                                                              Object value,
                                                              org.apache.poi.ss.usermodel.CellStyle style)
      • getSimpleValue

        protected Object getSimpleValue​(Object value)