Annotation Type ExcelFunctionMergeRow
The Interface ExcelFunctionMergeRow.
ExcelFunctionMergeRow is used to configure the cell layout merged and define the excel function.
It is composed from:
ExcelFunctionMergeRow is used to configure the cell layout merged and define the excel function.
It is composed from:
- ExcelCellsLayout - to define cell layout
- ExcelColumn - to define the header description and the position of column
- ExcelMergeRow - it is used to merge cells after checking the equality the reference field values
- ExcelFunction - to define the function
- ExcelColumnWidth - to set column widthinvalid input: '<'7li>
- ExcelHeaderCellLayout - to define header cell layout
- ExcelSubtotal - to execute subtotal function
ExcelFunctionRows.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionExcel column.Excel function.Excel merge row. -
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
-
excelMergeRow
ExcelMergeRow excelMergeRowExcel merge row.- Returns:
- the excel merge row
-
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
-