@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface ExportSheet
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
columnUseDefaultStyle
列是否使用默认样式 全局
skip() 会使用默认样式
|
int |
columnWidth
默认行宽
|
boolean |
displayFormulas
是否不执行公式 会修改列宽单位
|
boolean |
displayGridLines
是否隐藏网格线
|
boolean |
displayRowColHeadings
是否隐藏列数和行数
|
boolean |
filterHeader
是否可以筛选
|
boolean |
freezeHeader
是否固定表头
|
int |
headerHeight
头部行高
|
boolean |
headerUseColumnStyle
表头是否使用数据列的样式
|
int |
height
行高
|
boolean |
hidden
是否隐藏
|
boolean |
indexToSort
是否将index作为排序字段
|
String |
name
sheet 名称
|
int |
rowHeight
数据行高
|
boolean |
selected
是否选中
|
boolean |
skipComment
是否跳过表头批注
|
boolean |
skipFieldHeader
是否跳过默认表头
|
boolean |
skipLink
是否跳过超链接
|
boolean |
skipPicture
是否跳过图片
|
boolean |
skipPictureException
是否跳过图片异常
|
boolean |
skipSelectOption
是否跳过下拉选择框
|
int |
titleHeight
标题行高
|
int |
zoom
缩放
|
public abstract String name
public abstract int height
titleHeight(),
headerHeight(),
rowHeight()public abstract boolean columnUseDefaultStyle
public abstract boolean skipFieldHeader
ExportField.header()public abstract boolean skipComment
ExportCommentpublic abstract boolean skipLink
ExportLinkpublic abstract boolean skipPicture
ExportPicturepublic abstract boolean skipPictureException
ExportPictureCopyright © 2025. All rights reserved.