| 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 |
|---|---|
ExcelCellLayout |
ExcelSubtotalImpl.getExcelCellLayout()
Gets the excel cell layout.
|
ExcelCellLayout |
ExcelFunctionRowImpl.getExcelCellsLayout()
Gets the excel cells layout.
|
ExcelCellLayout |
ExcelFunctionMergeRowImpl.getExcelCellsLayout()
Gets the excel cells layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelSubtotalImpl.setExcelCellLayout(ExcelCellLayout excelCellLayout)
Sets the excel cell layout.
|
void |
ExcelFunctionRowImpl.setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
Sets the excel cells layout.
|
void |
ExcelFunctionMergeRowImpl.setExcelCellsLayout(ExcelCellLayout excelCellsLayout)
Sets the excel cells layout.
|
| 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.
|
ExcelSubtotalImpl(ExcelCellLayout excelCellLayout,
boolean enable,
org.apache.poi.ss.usermodel.DataConsolidateFunction dataConsolidateFunction)
Instantiates a new excel subtotal impl.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelCellLayout |
ExtraColumnAnnotation.getExcelCellLayout()
Gets the excel cell layout.
|
ExcelCellLayout |
SheetHeader.getExcelCellLayout()
Gets the excel cell layout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetHeader.setExcelCellLayout(ExcelCellLayout excelCellLayout)
Sets the excel cell layout.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelCellLayout layout,
Integer indexRow)
Creates the cell style.
|
protected org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelCellLayout layout,
SheetHeader sheetHeader,
Integer indexRow)
Creates the cell style.
|
Copyright © 2022. All rights reserved.