@Deprecated @Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface ExcelTable
ExcelModel instead
Will be removed in version 4.0
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
defaultValue
已过时。
为null时默认值
|
boolean |
excludeParent
已过时。
是否忽略父类属性
|
boolean |
ignoreStaticFields
已过时。
是否过滤静态字段
|
boolean |
includeAllField
已过时。
创建的excel包含所有字段
|
int |
rowHeight
已过时。
普通行高度
|
String |
sheetName
已过时。
sheeName
|
String[] |
style
已过时。
样式
|
int |
titleRowHeight
已过时。
标题行高度
|
String |
titleSeparator
已过时。
标题分离器
|
boolean |
useFieldNameAsTitle
已过时。
是否使用字段名称作为标题
|
WorkbookType |
workbookType
已过时。
工作簿类型,.xls、.xlsx
|
boolean |
wrapText
已过时。
是否自动换行
|
public abstract boolean includeAllField
public abstract WorkbookType workbookType
public abstract String sheetName
public abstract boolean useFieldNameAsTitle
public abstract String defaultValue
public abstract boolean ignoreStaticFields
public abstract String titleSeparator
public abstract String[] style
Copyright © 2023. All rights reserved.