@Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface ExcelField
short
cellStyle
org.apache.poi.ss.usermodel.CellType
cellType
String
format
int
height
boolean
ignore
name
replaceRule
TrimType
trimType
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
public abstract int height
public abstract TrimType trimType
Copyright © 2019. All rights reserved.