com.github.xphsc.excel.HanderConstant Maven / Gradle / Ivy
package com.github.xphsc.excel;
/**
* Excel模板自定义属性,不区分大小写
*/
public class HanderConstant {
// 数据插入起始坐标点
static protected final String DATA_INIT_INDEX = "$data_index";
// 默认样式
static protected final String DEFAULT_STYLE = "$default_style";
// 当前标记行样式
static protected final String APPOINT_LINE_STYLE = "$appoint_line_style";
// 单数行样式
static protected final String SINGLE_LINE_STYLE = "$single_line_style";
// 双数行样式
static protected final String DOUBLE_LINE_STYLE = "$double_line_style";
// 序号列坐标点
static protected final String SERIAL_NUMBER = "$serial_number";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy