@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExcelSubtotals
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.RowSheet".| Modifier and Type | Required Element and Description |
|---|---|
String |
labelTotalGroup
Label total group.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
endLabel
End label.
|
ExcelCellLayout |
excelCellLayout
Excel cell layout.
|
String |
startLabel
Start label.
|
boolean |
sumForGroup
Sum for group.
|
public abstract String labelTotalGroup
public abstract String startLabel
public abstract ExcelCellLayout excelCellLayout
public abstract String endLabel
Copyright © 2022. All rights reserved.