@Retention(value=RUNTIME) public @interface ExcelFormulaAlias
| Modifier and Type | Required Element and Description |
|---|---|
String |
alias
Alias.
|
String |
coordinate
Coordinate.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
blockColumn
Block column.
|
boolean |
blockRow
Block row.
|
String |
sheet
Sheet.
|
public abstract String alias
public abstract String coordinate
public abstract String sheet
Copyright © 2022. All rights reserved.