Annotation Type ExcelSubtotal
The Interface ExcelSubtotal.
ExcelSubtotal and
This annotation is added to fields within classes of type "
The property ExcelCellLayout define the cell layout.
ExcelSubtotal and
ExcelSubtotals are used To calculate the subtotals grouped by the value of the first column, the function type is defined by the "dataConsolidateFunction" property.This annotation is added to fields within classes of type "
RowSheet".The property ExcelCellLayout define the cell layout.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionorg.apache.poi.ss.usermodel.DataConsolidateFunctionData consolidate function. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanEnable.Excel cell layout.
-
Element Details
-
dataConsolidateFunction
org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunctionData consolidate function.- Returns:
- the data consolidate function
-
excelCellLayout
ExcelCellLayout excelCellLayoutExcel cell layout.- Returns:
- the excel cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelCellLayout(horizontalAlignment=RIGHT, [email protected](bold=true))
-
enable
boolean enableEnable.- Returns:
- true, if successful
- Default:
true
-