@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface ExcelSheetLayout
SheetData and SheetSummary classes.| Modifier and Type | Optional Element and Description |
|---|---|
ExcelAreaBorder[] |
areaBorder
Area border.
|
boolean |
groupColumn
Group column.
|
boolean |
groupRow
Group row.
|
boolean |
landscape
Landscape.
|
boolean |
locked
Locked.
|
boolean |
notMerge
Not merge.
|
int |
order
Order.
|
short |
scale
Paper size.
|
boolean |
showHeader
Show header.
|
boolean |
sortAndFilter
Sort and filter.
|
int |
startColumn
Start column.
|
int |
startRow
Start row.
|
public abstract boolean landscape
public abstract boolean sortAndFilter
public abstract ExcelAreaBorder[] areaBorder
public abstract boolean showHeader
Copyright © 2022. All rights reserved.