| 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.query | |
| bld.generator.report.excel.query.impl | |
| bld.generator.report.excel.sheet_mapping |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionsTotal<T extends SheetFunctionTotal<? extends RowSheet>>
The Interface FunctionsTotal.
|
class |
QuerySheetData<T extends RowSheet>
The Class QuerySheetData.
|
class |
SheetData<T extends RowSheet>
The Class SheetData.
|
class |
SheetFunctionTotal<T extends RowSheet>
The Class SheetFunctionTotal.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicRowSheet
The Class DynamicRowSheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetData.addRowSheets(T... rows)
Adds the row sheets.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends RowSheet> |
SuperGenerateExcelImpl.generateHeaderSheetData(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
SheetData<T> sheetData,
Integer indexRow)
Generate header sheet data.
|
protected <T extends RowSheet> |
SuperGenerateExcelImpl.getSizeSuperHeader(SheetData<T> sheetData)
Gets the size super header.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RowSheet> |
ExcelQueryComponent.executeQuery(QuerySheetData<T> querySheetData)
Execute query.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends RowSheet> |
ExcelQueryComponentImpl.executeQuery(QuerySheetData<T> querySheetData)
Execute query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SheetMappingRow |
Copyright © 2022. All rights reserved.