| 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 |
SheetDynamicData<T extends DynamicRowSheet>
The Class SheetDynamicData.
|
class |
SheetDynamicFunctionTotal<T extends DynamicRowSheet>
The Class SheetDynamicFunctionTotal.
|
class |
SheetFunctionTotal<T extends RowSheet>
The Class SheetFunctionTotal.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
SuperGenerateExcelImpl.createPivot(org.apache.poi.xssf.usermodel.XSSFSheet sheet,
SheetData<?> sheetData,
int firstRow,
int firstColumn,
int lastRow,
int lastColumn,
Integer indexRow)
Creates the pivot.
|
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 | Class and Description |
|---|---|
class |
SheetMappingSheet |
Copyright © 2022. All rights reserved.