| Package | Description |
|---|---|
| bld.generator.report.excel.constant | |
| bld.generator.report.excel.impl |
In this package there are the main functions for generating Excel files.
|
| Modifier and Type | Method and Description |
|---|---|
static RowStartEndType |
RowStartEndType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowStartEndType[] |
RowStartEndType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SuperGenerateExcelImpl.buildFunction(org.apache.poi.ss.usermodel.Sheet sheet,
Integer indexRow,
String function,
RowStartEndType rowStartEndType)
Builds the function.
|
protected String |
SuperGenerateExcelImpl.buildFunction(org.apache.poi.ss.usermodel.Sheet sheet,
Integer indexRow,
String function,
RowStartEndType rowStartEndType,
boolean blockColumn,
boolean blockRow)
Builds the function.
|
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.