Annotation Type ExcelFunctionMergeRow


@Retention(RUNTIME) @Target({}) @Documented public @interface ExcelFunctionMergeRow
The Interface ExcelFunctionMergeRow.
ExcelFunctionMergeRow is used to configure the cell layout merged and define the excel function.
It is composed from:
  • ExcelCellsLayout - to define cell layout
  • ExcelColumn - to define the header description and the position of column
  • ExcelMergeRow - it is used to merge cells after checking the equality the reference field values
  • ExcelFunction - to define the function
  • ExcelColumnWidth - to set column widthinvalid input: '<'7li>
  • ExcelHeaderCellLayout - to define header cell layout
  • ExcelSubtotal - to execute subtotal function
ExcelFunctionMergeRow is parameter of the annotation ExcelFunctionRows.
  • Element Details

    • excelCellsLayout

      ExcelCellLayout excelCellsLayout
      Excel cells layout.
      Returns:
      the excel cell layout
      Default:
      @bld.generator.report.excel.annotation.ExcelCellLayout(horizontalAlignment=RIGHT, precision=2)
    • excelColumn

      ExcelColumn excelColumn
      Excel column.
      Returns:
      the excel column
    • excelMergeRow

      ExcelMergeRow excelMergeRow
      Excel merge row.
      Returns:
      the excel merge row
    • excelFunction

      ExcelFunction excelFunction
      Excel function.
      Returns:
      the excel function
    • excelColumnWidth

      ExcelColumnWidth excelColumnWidth
      Excel column width.
      Returns:
      the excel column width
      Default:
      @bld.generator.report.excel.annotation.ExcelColumnWidth
    • excelHeaderCellLayout

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

      ExcelSubtotal excelSubtotal
      Excel subtotal.
      Returns:
      the excel subtotal
      Default:
      @bld.generator.report.excel.annotation.ExcelSubtotal(enable=false, dataConsolidateFunction=SUM)
    • excelNumberFormat

      ExcelNumberFormat excelNumberFormat
      Default:
      @bld.generator.report.excel.annotation.ExcelNumberFormat