| Package | Description |
|---|---|
| bld.generator.report.excel.annotation.impl |
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
|
| bld.generator.report.excel.data |
| Modifier and Type | Method and Description |
|---|---|
ExcelColumn |
ExcelFunctionRowImpl.getExcelColumn()
Gets the excel column.
|
ExcelColumn |
ExcelFunctionMergeRowImpl.getExcelColumn()
Gets the excel column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFunctionRowImpl.setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
void |
ExcelFunctionMergeRowImpl.setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
| Constructor and Description |
|---|
ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelMergeRow excelMergeRow,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth)
Instantiates a new excel function merge row impl.
|
ExcelFunctionMergeRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelMergeRow excelMergeRow,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function merge row impl.
|
ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth)
Instantiates a new excel function row impl.
|
ExcelFunctionRowImpl(ExcelCellLayout excelCellsLayout,
ExcelColumn excelColumn,
ExcelFunction excelFunction,
ExcelColumnWidth excelColumnWidth,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function row impl.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelColumn |
SheetHeader.excelColumn()
Excel column.
|
ExcelColumn |
ExtraColumnAnnotation.getExcelColumn()
Gets the excel column.
|
ExcelColumn |
SheetHeader.getExcelColumn()
Gets the excel column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelColumn(ExcelColumn excelColumn)
Sets the excel column.
|
Copyright © 2022. All rights reserved.