| Package | Description |
|---|---|
| bld.generator.report.excel.annotation.impl |
In this package, each class represents an annotation in the form of entities and are used to manage sheets with dynamic columns.
|
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelFormulaAlias[] |
ExcelFunctionImpl.getAlias()
Gets the alias.
|
ExcelFormulaAlias[] |
ExcelDropDownImpl.getAlias()
Gets the alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelFunctionImpl.setAlias(ExcelFormulaAlias[] alias)
Sets the alias.
|
void |
ExcelDropDownImpl.setAlias(ExcelFormulaAlias[] alias)
Sets the alias.
|
| Constructor and Description |
|---|
ExcelDropDownImpl(boolean suppressDropDownArrow,
String areaRange,
ExcelFormulaAlias[] alias)
Instantiates a new excel drop down impl.
|
ExcelDropDownImpl(boolean suppressDropDownArrow,
String areaRange,
ExcelFormulaAlias[] alias,
ExcelBoxMessage errorBox)
Instantiates a new excel drop down impl.
|
ExcelFunctionImpl(String function,
String nameFunction,
boolean anotherTable,
ExcelFormulaAlias[] alias)
Instantiates a new excel function impl.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SuperGenerateExcelImpl.buildFunction(org.apache.poi.ss.usermodel.Sheet sheet,
Integer indexRow,
String function,
RowStartEndType rowStartEndType,
ExcelFormulaAlias[] alias)
Builds the function.
|
Copyright © 2022. All rights reserved.