| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.style | |
| org.ttzero.excel.processor | |
| org.ttzero.excel.reader |
| 限定符和类型 | 字段和说明 |
|---|---|
Styles |
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.None.build(Object o,
int style,
Styles sst) |
int |
StyleProcessor.build(T 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. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Styles |
XMLSheet.styles
The
Styles |
protected Styles |
Row.styles
The global styles
|
| 限定符和类型 | 方法和说明 |
|---|---|
XMLRow |
XMLRow.init(SharedStrings sst,
Styles styles,
int startRow) |
protected void |
XMLSheet.setStyles(Styles styles)
Setting
Styles |
| 构造器和说明 |
|---|
XMLRow(SharedStrings sst,
Styles styles,
int startRow) |
Copyright © 2022. All rights reserved.