| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
autoWrap
是否自动换行
|
String |
description
excel描述
|
org.apache.poi.ss.usermodel.IndexedColors |
descriptionColor
excel描述的颜色
|
int |
firstCell
起始单元格
|
int |
firstRow
描述起始行
|
org.apache.poi.ss.usermodel.IndexedColors |
headerColor
excel列表头颜色
|
int |
lastCell
截止单元格
|
int |
lastRow
描述截至行
|
DocType |
type
文档类型
|
org.apache.poi.ss.usermodel.IndexedColors |
valueColor
excel主题内容颜色
|
public abstract String name
public abstract DocType type
public abstract org.apache.poi.ss.usermodel.IndexedColors valueColor
public abstract org.apache.poi.ss.usermodel.IndexedColors headerColor
public abstract String description
Copyright © 2019. All rights reserved.