| Package | Description |
|---|---|
| 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 |
|---|---|
LayoutCell |
SheetHeader.getLayoutCell(Integer indexRow)
Gets the layout cell.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,LayoutCell> |
SheetHeader.getMapLayoutCell()
Gets the map layout cell.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<LayoutCell,org.apache.poi.ss.usermodel.CellStyle> |
SuperGenerateExcelImpl.mapCellHeaderStyle
The map cell header style.
|
protected Map<LayoutCell,org.apache.poi.ss.usermodel.CellStyle> |
SuperGenerateExcelImpl.mapCellStyle
The map cell style.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuperGenerateExcelImpl.setCellStyleExcel(org.apache.poi.ss.usermodel.CellStyle cellStyle,
org.apache.poi.ss.usermodel.Cell cell,
LayoutCell layoutCell)
Sets the cell style excel.
|
Copyright © 2022. All rights reserved.