接口 ExcelBigCellStyle


public interface ExcelBigCellStyle

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Apr 18, 2012
  • 方法概要

    修饰符和类型
    方法
    说明
    formatValue(Datastore ds, int rowNo, String colName, String value)
    格式化数字,目前只能格式化字符串 表头时无效
    void
    setCellStyle(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 - CellStyle
      ds - 数据集
      rowNo - 当前行号
      colName - 列名
      value - 参数值
    • formatValue

      String formatValue(Datastore ds, int rowNo, String colName, String value)
      格式化数字,目前只能格式化字符串 表头时无效
      参数:
      ds - 数据集
      rowNo - 当前行号
      colName - 列名
      value - 参数值
      返回:
      String