@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelSubtotal
ExcelSubtotals are used To calculate the subtotals grouped by the value of the first column, the function type is defined by the "dataConsolidateFunction" property.RowSheet".| Modifier and Type | Required Element and Description |
|---|---|
org.apache.poi.ss.usermodel.DataConsolidateFunction |
dataConsolidateFunction
Data consolidate function.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
enable
Enable.
|
ExcelCellLayout |
excelCellLayout
Excel cell layout.
|
public abstract org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction
public abstract ExcelCellLayout excelCellLayout
Copyright © 2022. All rights reserved.