| 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 |
|---|---|
MergeCell |
InfoColumn.getMergeCell()
Gets the merge cell.
|
MergeCell |
FunctionCell.getMergeRow()
Gets the merge row.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,MergeCell> |
InfoColumn.getMapRowMergeRow()
Gets the map row merge row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionCell.setMergeRow(MergeCell mergeRow)
Sets the merge row.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InfoColumn.setMapRowMergeRow(Map<Integer,MergeCell> mapRowMergeRow)
Sets the map row merge row.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuperGenerateExcelImpl.runMergeCell(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
MergeCell mergeCell)
Run merge cell.
|
protected void |
SuperGenerateExcelImpl.setCellFormulaExcel(org.apache.poi.ss.usermodel.Sheet sheet,
MergeCell mergeRow,
Integer indexRow)
Sets the cell formula excel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SuperGenerateExcelImpl.mergeRow(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
Integer indexRow,
Map<Integer,MergeCell> mapMergeRow,
int numColumn)
Merge row.
|
protected void |
SuperGenerateExcelImpl.mergeRowAndRemoveMap(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
Integer indexRow,
Map<Integer,MergeCell> mapMergeRow,
int numColumn)
Merge row and remove map.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.