All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.shaohj.sstool.poiexpand.common.consts.SaxExcelConst Maven / Gradle / Ivy

package com.github.shaohj.sstool.poiexpand.common.consts;

import com.github.shaohj.sstool.core.util.ExprUtil;

/**
 * 编  号:
 * 名  称:SaxExcelConst
 * 描  述:
 * 完成日期:2019/02/01 00:42
 *
 * @author:felix.shao
 */
public interface SaxExcelConst {

    String EXPR_START = ExprUtil.EXPR_START;

    String EXPR_END = ExprUtil.EXPR_END;

    String TAG_KEY = "#";

    String MERGE_REGION_OPT = "mergeRegion=";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy