| Package | Description |
|---|---|
| bld.generator.report.excel |
In this package, each object is used to extend and implement personal objects used to build Excel file.
|
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| bld.generator.report.excel.sheet_mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicChart<T extends DynamicRowSheet>
The Class DynamicChart.
|
class |
QuerySheetData<T extends RowSheet>
The Class QuerySheetData.
|
class |
SheetData<T extends RowSheet>
The Class SheetData.
|
class |
SheetDynamicData<T extends DynamicRowSheet>
The Class SheetDynamicData.
|
class |
SheetDynamicFunctionTotal<T extends DynamicRowSheet>
The Class SheetDynamicFunctionTotal.
|
class |
SheetFunctionTotal<T extends RowSheet>
The Class SheetFunctionTotal.
|
class |
SheetSummary
The Class SheetSummary.
|
| Modifier and Type | Method and Description |
|---|---|
List<SheetComponent> |
MergeSheet.getListSheet()
Gets the list sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeSheet.setListSheet(List<SheetComponent> listSheet)
Sets the list sheet.
|
| Constructor and Description |
|---|
MergeSheet(List<SheetComponent> listSheet,
String sheetName)
Instantiates a new merge sheet.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.getCellStyleHeader(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
SheetComponent sheetComponent,
org.apache.poi.ss.usermodel.Row rowHeader)
Gets the cell style header.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SheetMappingSheet |
Copyright © 2022. All rights reserved.