com.sjx.annotation.poi.ExcelConstant Maven / Gradle / Ivy
The newest version!
package com.sjx.annotation.poi;
/**
* author: hanwang
* time: 2020/12/1 17:25
*/
public class ExcelConstant {
public static final int TYPE_EXPORT=1;
public static final int TYPE_IMPORT=2;
}