类 BaseRowModel

java.lang.Object
com.sh.wf.excel.metadata.BaseRowModel

@Deprecated public class BaseRowModel extends Object
已过时。
Now you don't need to extend any classes
Excel基础模型
  • 构造器详细资料

    • BaseRowModel

      public BaseRowModel()
      已过时。
  • 方法详细资料

    • addStyle

      public void addStyle(Integer row, org.apache.poi.ss.usermodel.CellStyle cellStyle)
      已过时。
    • getStyle

      public org.apache.poi.ss.usermodel.CellStyle getStyle(Integer row)
      已过时。
    • getCellStyleMap

      public Map<Integer,org.apache.poi.ss.usermodel.CellStyle> getCellStyleMap()
      已过时。
    • setCellStyleMap

      public void setCellStyleMap(Map<Integer,org.apache.poi.ss.usermodel.CellStyle> cellStyleMap)
      已过时。