
cn.afterturn.easypoi.excel.html.entity.ExcelAttrConstant Maven / Gradle / Ivy
package cn.afterturn.easypoi.excel.html.entity;
/**
* Excel属性常量
*
* @author yangyn
* @version 1.0
*/
public class ExcelAttrConstant {
/**
* 下拉框属性
*/
public final static String SELECT_ATTR = "data-select";
/**
* 下拉框数据源sheet
*/
public final static String SELECT_SHEET_ATTR = "data-select-sheet";
/**
* 批注属性
*/
public final static String COMMENT_ATTR = "data-comment";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy