| 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.
|
| Constructor and Description |
|---|
FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader,
MergeCell mergeRow)
Instantiates a new function cell.
|
| 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,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Run merge cell.
|
protected org.apache.poi.ss.usermodel.Cell |
SuperGenerateExcelImpl.setCellFormula(org.apache.poi.ss.usermodel.Sheet sheet,
MergeCell mergeRow,
Integer indexRow)
Sets the cell formula.
|
protected void |
SuperGenerateExcelImpl.setCellFormulaAndEvaluate(org.apache.poi.ss.usermodel.Sheet sheet,
MergeCell mergeRow,
Integer indexRow,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
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,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
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,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Merge row and remove map.
|
Copyright © 2022. All rights reserved.