| 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.constant | |
| bld.generator.report.excel.data |
| Modifier and Type | Method and Description |
|---|---|
ColumnDateFormat |
ExcelDateImpl.getFormat()
Gets the format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelDateImpl.setFormat(ColumnDateFormat format)
Sets the format.
|
| Constructor and Description |
|---|
ExcelDateImpl(ColumnDateFormat format)
Instantiates a new excel date impl.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnDateFormat |
ColumnDateFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnDateFormat[] |
ColumnDateFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDateFormat |
LayoutCell.getFormat()
Gets the format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutCell.setFormat(ColumnDateFormat format)
Sets the format.
|
Copyright © 2022. All rights reserved.