| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.style | |
| org.ttzero.excel.processor |
| 限定符和类型 | 字段和说明 |
|---|---|
Styles |
Sheet.Column.styles |
| 限定符和类型 | 方法和说明 |
|---|---|
Styles |
Workbook.getStyles()
Returns the global
Styles |
| 限定符和类型 | 方法和说明 |
|---|---|
static Styles |
Styles.create(I18N i18N)
Create a general style
|
static Styles |
Styles.forReader()
Create a general style
|
static Styles |
Styles.load(Path path)
Load the style file from disk
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
StyleProcessor.build(Object o,
int style,
Styles sst)
The style conversion
You must add it using
Styles#addXXX method before adding a style,
and then use the returned int value as the return value of the converter. |
Copyright © 2020. All rights reserved.