| 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 | |
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelHeaderCellLayout |
ExcelHeaderLayoutImpl.getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
ExcelHeaderCellLayout |
ExcelFunctionRowImpl.getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
ExcelHeaderCellLayout |
ExcelFunctionMergeRowImpl.getExcelHeaderCellLayout()
Gets the excel header cell layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelHeaderLayoutImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header cell layout.
|
void |
ExcelFunctionRowImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header cell layout.
|
void |
ExcelFunctionMergeRowImpl.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header cell layout.
|
| Constructor and Description |
|---|
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,
ExcelHeaderCellLayout excelHeaderCellLayout,
ExcelSubtotal excelSubtotal)
Instantiates a new excel function row impl.
|
ExcelHeaderLayoutImpl(short rowHeight,
ExcelHeaderCellLayout excelHeaderCellLayout)
Instantiates a new excel header layout impl.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelHeaderCellLayout |
ExtraColumnAnnotation.getExcelHeaderCellLayout()
Gets the excel header layout.
|
ExcelHeaderCellLayout |
SheetHeader.getExcelHeaderCellLayout()
Gets the excel header layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelHeaderCellLayout(ExcelHeaderCellLayout excelHeaderCellLayout)
Sets the excel header layout.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelHeaderCellLayout layout)
Creates the cell style.
|
Copyright © 2022. All rights reserved.