Annotation Interface ExcelCell


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ExcelCell
Indicates that a field declaration contains excel metadata. Created by hakan on 17/01/2017.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    Specifies the column index where the corresponding value is mapped from the excel data
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Specifies whether the column is required or not.
  • Element Details

    • value

      int value
      Specifies the column index where the corresponding value is mapped from the excel data
      Returns:
      column index
    • mandatory

      boolean mandatory
      Specifies whether the column is required or not.
      Returns:
      mandatory signal default is true
      Default:
      true