Class HSSFWorkbookHelper

java.lang.Object
io.jmix.reports.yarg.formatters.impl.xls.HSSFWorkbookHelper

public class HSSFWorkbookHelper extends Object
  • Field Details

    • styleConstructor

      protected static final Constructor<org.apache.poi.hssf.usermodel.HSSFCellStyle> styleConstructor
  • Constructor Details

    • HSSFWorkbookHelper

      public HSSFWorkbookHelper()
  • Method Details

    • createExtendedFormat

      public static org.apache.poi.hssf.record.ExtendedFormatRecord createExtendedFormat()
    • createDetachedCellStyle

      public static org.apache.poi.hssf.usermodel.HSSFCellStyle createDetachedCellStyle(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook)
    • getHssfCellStyleConstructor

      protected static Constructor<org.apache.poi.hssf.usermodel.HSSFCellStyle> getHssfCellStyleConstructor()
    • adoptDetachedCellStyle

      public static org.apache.poi.hssf.usermodel.HSSFCellStyle adoptDetachedCellStyle(org.apache.poi.hssf.usermodel.HSSFWorkbook workbook, org.apache.poi.hssf.usermodel.HSSFCellStyle detachedCellStyle)