接口 ExcelBigCellStyle
public interface ExcelBigCellStyle
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Apr 18, 2012
-
方法概要
修饰符和类型方法说明formatValue(Datastore ds, int rowNo, String colName, String value) 格式化数字,目前只能格式化字符串 表头时无效voidsetCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle, Datastore ds, int rowNo, String colName, String value) 样式属性
-
方法详细资料
-
setCellStyle
void setCellStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle, Datastore ds, int rowNo, String colName, String value) 样式属性- 参数:
cellStyle- CellStyleds- 数据集rowNo- 当前行号colName- 列名value- 参数值
-
formatValue
格式化数字,目前只能格式化字符串 表头时无效- 参数:
ds- 数据集rowNo- 当前行号colName- 列名value- 参数值- 返回:
- String
-