Annotation Type ExcelSubtotals
The Interface ExcelSubtotals.
ExcelSubtotals and
This annotation is defined within classes of type "
The property ExcelCellLayout define the cell layout instead the property sumForGroup enable the subtotals grouped by the value of the first column.
ExcelSubtotals and
ExcelSubtotal are used To calculate the subtotals grouped by the value of the first column,
the function type is defined within of ExcelSubtotal, here instead you set the "startLabel" and "endLabel" properties to be concatenated to the first column and to define the subtotal label that groups all rows.This annotation is defined within classes of type "
RowSheet".The property ExcelCellLayout define the cell layout instead the property sumForGroup enable the subtotals grouped by the value of the first column.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionEnd label.Excel cell layout.Start label.String[]Sum for group.
-
Element Details
-
startLabel
String startLabelStart label.- Returns:
- the string
- Default:
""
-
excelCellLayout
ExcelCellLayout excelCellLayoutExcel cell layout.- Returns:
- the excel cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelCellLayout([email protected](bold=true))
-
endLabel
String endLabelEnd label.- Returns:
- the string
- Default:
""
-
labelTotalGroup
String labelTotalGroupLabel total group.- Returns:
- the string
-
sumForGroup
String[] sumForGroupSum for group.- Returns:
- the string[]
- Default:
{}
-