matrix.boot.common.constants.ExcelConstant Maven / Gradle / Ivy
package matrix.boot.common.constants;
/**
* excel常量
* @author wangcheng
* 2021/8/12
**/
public class ExcelConstant {
/**
* 标题单元格样式Key
*/
public static final String TITLE_CELL_STYLE_KEY = "titleCellStyleKey";
}