@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface ExcelSheetLayout
SheetData and SheetSummary classes.| Modifier and Type | Optional Element and Description |
|---|---|
ExcelAreaBorder[] |
areaBorder |
boolean |
landscape
Landscape.
|
boolean |
notMerge
Not merge.
|
int |
order
Order.
|
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
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.