| Package | Description |
|---|---|
| bld.generator.report.excel.comparator | |
| 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 |
|---|---|
int |
SheetColumnComparator.compare(SheetHeader sheetHeader1,
SheetHeader sheetHeader2)
Compare.
|
| Modifier and Type | Method and Description |
|---|---|
SheetHeader |
MergeCell.getSheetHeader()
Gets the sheet header.
|
SheetHeader |
DropDownCell.getSheetHeader()
Gets the sheet header.
|
SheetHeader |
FunctionCell.getSheetHeader()
Gets the sheet header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeCell.setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
void |
DropDownCell.setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
void |
FunctionCell.setSheetHeader(SheetHeader sheetHeader)
Sets the sheet header.
|
| Constructor and Description |
|---|
DropDownCell(org.apache.poi.ss.usermodel.Sheet sheet,
SheetHeader sheetHeader,
int firstRow,
int lastRow,
int firstCol,
int lastCol,
Integer indexRow) |
FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader)
Instantiates a new function cell.
|
FunctionCell(org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader,
MergeCell mergeRow)
Instantiates a new function cell.
|
InfoColumn(org.apache.poi.ss.usermodel.Sheet worksheet,
SheetHeader sheetHeader,
int columnNum,
Integer rowHeader)
Instantiates a new info column.
|
| 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 List<SheetHeader> |
SuperGenerateExcelImpl.getListSheetHeader(Class<?> classRow,
Object entity,
org.apache.poi.ss.usermodel.Sheet sheet)
Gets the list sheet header.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.poi.ss.usermodel.CellStyle |
SuperGenerateExcelImpl.createCellStyle(org.apache.poi.ss.usermodel.Workbook workbook,
ExcelCellLayout layout,
SheetHeader sheetHeader,
Integer indexRow)
Creates the cell style.
|
protected void |
SuperGenerateExcelImpl.manageDropDown(org.apache.poi.ss.usermodel.Sheet sheet,
SheetHeader sheetHeader,
int firstRow,
int lastRow,
int firstCol,
int lastCol,
Integer indexRow)
Manage drop down.
|
protected Object |
SuperGenerateExcelImpl.manageExcelImage(SheetHeader sheetHeader,
Object value)
Manage excel image.
|
protected void |
SuperGenerateExcelImpl.setCellFormula(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
SheetHeader sheetHeader,
Integer indexRow,
org.apache.poi.ss.usermodel.Sheet sheet)
Sets the cell formula.
|
protected void |
SuperGenerateExcelImpl.setCellFormulaAndEvaluateCell(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
SheetHeader sheetHeader,
Integer indexRow,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Sets the cell formula excel.
|
protected void |
SuperGenerateExcelImpl.setCellSummary(ExcelSheetLayout excelSheetLayout,
org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
SheetSummary sheetSummary,
SheetHeader sheetHeader,
org.apache.poi.ss.usermodel.Row row,
Integer indexRow,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Sets the cell summary.
|
protected void |
SuperGenerateExcelImpl.setCellValueExcel(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
SheetHeader sheetHeader,
Integer indexRow,
org.apache.poi.ss.usermodel.Sheet sheet)
Sets the cell value excel.
|
protected void |
SuperGenerateExcelImpl.setCellValueExcel(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.Sheet sheet,
org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
SheetHeader sheetHeader,
Integer indexRow,
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator)
Sets the cell value excel.
|
protected boolean |
SuperGenerateExcelImpl.setCellValueWillMerged(org.apache.poi.ss.usermodel.Workbook workbook,
org.apache.poi.ss.usermodel.CellStyle cellStyle,
org.apache.poi.ss.usermodel.Cell cell,
SheetHeader sheetHeader,
Integer indexRow,
org.apache.poi.ss.usermodel.Sheet sheet)
Sets the cell value will merged.
|
Copyright © 2022. All rights reserved.