@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ExportSheet
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
addIndex
是否添加序号列
|
Class<? extends CellStyleBuilder> |
cellStyleBuilder
Sheet中单元格样式构造类
|
short |
columnTitleHeight
Sheet列标题的高度
|
String |
fontName
Sheet中使用的字体名称
|
boolean |
freezeTitle
是否冻结标题行
|
Class<? extends IndexBuilder> |
indexBuilder
Sheet中序号列数据构造类
|
String |
indexName
序号列标题
|
int |
indexWidth
序号列的宽度
|
boolean |
mergeIndex
是否合并序号列
|
String |
name
Sheet名称
|
int |
number
Sheet数量
|
String |
title
Sheet标题
|
short |
titleHeight
Sheet标题的高度
|
ExcelType |
type
生成的Excel类型
|
public abstract String title
public abstract String name
public abstract String indexName
public abstract String fontName
public abstract ExcelType type
public abstract Class<? extends CellStyleBuilder> cellStyleBuilder
public abstract Class<? extends IndexBuilder> indexBuilder
Copyright © 2019. All rights reserved.