@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface ExcelField
short
cellStyle
org.apache.poi.ss.usermodel.CellType
cellType
String
format
boolean
ignore
name
replaceRule
int
width
public abstract String name
public abstract String replaceRule
public abstract String format
public abstract org.apache.poi.ss.usermodel.CellType cellType
public abstract short cellStyle
public abstract boolean ignore
public abstract int width
Copyright © 2018. All rights reserved.