Annotation Type ExcelSuperHeaderCell


@Retention(RUNTIME) public @interface ExcelSuperHeaderCell
The Interface ExcelSuperHeaderCell.
ExcelSuperHeaderCell is used to write the top level header cell.
It is composed by:
  • ColumnName - to define the top level header name
  • ColumnRange - to set the cell range address
  • ExcelHeaderCellLayout - to set the style of the top level header cell
It is a property of the annotation ExcelSuperHeader.
  • Element Details

    • columnName

      String columnName
      Column name.
      Returns:
      the string
    • columnRange

      String columnRange
      Column range.
      Returns:
      the string
    • excelHeaderCellLayout

      ExcelHeaderCellLayout excelHeaderCellLayout
      Excel header cell layout.
      Returns:
      the excel header cell layout
      Default:
      @bld.generator.report.excel.annotation.ExcelHeaderCellLayout