| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ICellValueAndStyle |
Sheet.cellValueAndStyle
转换器,将外部数据转换为Worksheet输出协议需要的数据类型并设置单元格样式
|
| 限定符和类型 | 方法和说明 |
|---|---|
ICellValueAndStyle |
Sheet.getCellValueAndStyle()
获取数据转换器
|
| 限定符和类型 | 方法和说明 |
|---|---|
Sheet |
Sheet.setCellValueAndStyle(ICellValueAndStyle cellValueAndStyle)
设置数据转换器,用于将Java对象转为各工作表输出协议可接受的数据结构,一般会将每个单元格的值输出为
Cell对象,
它与Sheet数据源中的Java类型完全分离,使得下游的输出协议有统一输入源。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CSVCellValueAndStyle |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XMLCellValueAndStyle |
class |
XMLZebraLineCellValueAndStyle
斑马线样式,默认情况下从数据行开始计算,每隔一行添加指定填充色,默认填充色为
#E9EAEC,
如果该单元格已有填充样式则保持原填充样式 |
Copyright © 2024. All rights reserved.