模块 excel.io

类 CellStyleKey

java.lang.Object
com.github.developframework.excel.styles.CellStyleKey
所有已实现的接口:
ItemKey

public class CellStyleKey extends Object implements ItemKey
作者:
qiushui on 2023-05-19.
  • 构造器详细资料

    • CellStyleKey

      public CellStyleKey()
  • 方法详细资料

    • configureCellStyle

      public void configureCellStyle(org.apache.poi.ss.usermodel.Workbook workbook, org.apache.poi.ss.usermodel.CellStyle cellStyle)
      指定者:
      configureCellStyle 在接口中 ItemKey
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • isCellStyleKey

      public static boolean isCellStyleKey(String key)
    • parse

      public static CellStyleKey parse(String key)