java.lang.Object
com.github.developframework.excel.AbstractColumnDefinition<ENTITY,FIELD>
com.github.developframework.excel.column.FormulaColumnDefinition<ENTITY,FIELD>
- 所有已实现的接口:
ColumnDefinition<ENTITY>
- 作者:
- qiushui on 2019-09-02.
-
字段概要
从类继承的字段 com.github.developframework.excel.AbstractColumnDefinition
cellCommentInfo, cellStyleKeyProvider, columnInfo, readConvertFunction, writeConvertFunction -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCellValue(org.apache.poi.ss.usermodel.Cell cell, Class<?> fieldClass) 读取单元格值protected voidsetCellValue(org.apache.poi.ss.usermodel.Cell cell, Object convertValue) 设置单元格值从类继承的方法 com.github.developframework.excel.AbstractColumnDefinition
cellStyleKey, columnWidth, comment, configureCellStyle, determineCellStyleKey, getEntityValue, readConvert, readOutCell, setEntityValue, writeConvert, writeIntoCell从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.github.developframework.excel.ColumnDefinition
getColumnInfo
-
构造器详细资料
-
FormulaColumnDefinition
-
-
方法详细资料
-
setCellValue
从类复制的说明:AbstractColumnDefinition设置单元格值- 覆盖:
setCellValue在类中AbstractColumnDefinition<ENTITY,FIELD> - 参数:
cell- 单元格convertValue- 转化值
-
getCellValue
从类复制的说明:AbstractColumnDefinition读取单元格值- 覆盖:
getCellValue在类中AbstractColumnDefinition<ENTITY,FIELD> - 参数:
cell- 单元格- 返回:
- 单元格值
-