Annotation Type ExcelFunctionRow
The Interface ExcelFunctionRow.
ExcelFunctionMergeRow is used to configure the cell layout and define the excel function.
It is composed from:
It is composed from:
- ExcelCellsLayout - to define cell layout
- ExcelColumn - to define the header description and the position of column
- ExcelFunction - to define the function
- ExcelColumnWidth - to set column width
- ExcelHeaderCellLayout - to define header cell layout
- ExcelSubtotal - to execute subtotal function
ExcelFunctionRows.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionExcel column.Excel function. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionExcel cells layout.Excel column width.Excel header cell layout.Excel subtotal.
-
Element Details
-
excelCellsLayout
ExcelCellLayout excelCellsLayoutExcel cells layout.- Returns:
- the excel cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelCellLayout(horizontalAlignment=RIGHT, precision=2)
-
excelColumn
ExcelColumn excelColumnExcel column.- Returns:
- the excel column
-
excelFunction
ExcelFunction excelFunctionExcel function.- Returns:
- the excel function
-
excelColumnWidth
ExcelColumnWidth excelColumnWidthExcel column width.- Returns:
- the excel column width
- Default:
@bld.generator.report.excel.annotation.ExcelColumnWidth
-
excelHeaderCellLayout
ExcelHeaderCellLayout excelHeaderCellLayoutExcel header cell layout.- Returns:
- the excel header cell layout
- Default:
@bld.generator.report.excel.annotation.ExcelHeaderCellLayout
-
excelSubtotal
ExcelSubtotal excelSubtotalExcel subtotal.- Returns:
- the excel subtotal
- Default:
@bld.generator.report.excel.annotation.ExcelSubtotal(enable=false, dataConsolidateFunction=SUM)
-
excelNumberFormat
ExcelNumberFormat excelNumberFormat- Default:
@bld.generator.report.excel.annotation.ExcelNumberFormat
-