| 程序包 | 说明 |
|---|---|
| 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 |
Copyright © 2024. All rights reserved.