@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SheetColumn
Default value ("") indicates that the field name is used as the column name without any modifications, but it can be specified to non-empty value to specify different name.