Annotation Type ExcelColumn


@Documented
@Target(FIELD)
@Retention(RUNTIME)
public @interface ExcelColumn
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    Class<? extends com.github.javaxcel.styler.ExcelStyleConfig> bodyStyle
    Configuration of body style.
    String defaultValue
    Replacement of the value when the value is null or empty string.
    String[] dropdownItems
    Dropdown items for the constraint.
    boolean enumDropdown
    Policy that determines whether this will set constraint to Enum field or not.
    Class<? extends com.github.javaxcel.styler.ExcelStyleConfig> headerStyle
    Configuration of header style.
    String name
    Header name.