Annotation Type ExcelPivotColumnFunction


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ExcelPivotColumnFunction
The Interface ExcelPivotColumnFunction.
ExcelPivotColumnFunction is used to add a column with specific function within pivot table.
ExcelPivotColumnFunction is composed of the following properties:
  • Order - to order the write of the column
  • DataConsolidateFunction - to define the function
This annotation is added on fields of the ${link bld.generator.report.excel.RowSheet} classes.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    org.apache.poi.ss.usermodel.DataConsolidateFunction[]
    Data consolidate function.
    double
    Order.
  • Element Details

    • order

      double order
      Order.
      Returns:
      the double
    • dataConsolidateFunction

      org.apache.poi.ss.usermodel.DataConsolidateFunction[] dataConsolidateFunction
      Data consolidate function.
      Returns:
      the data consolidate function[]