Annotation Type ExcelColumn


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ExcelColumn
The Interface ExcelColumn.
ExcelColumn is used to define the header column It is set on fields of RowSheet classes and is composed by:
  • Name - to set column name on header or property name in the sheet summary
  • Comment - to add a comment on header
  • Index - to set the insertion order of the columns
  • Ignore - to show or hide the column
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    double
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Comment.
    boolean
    Ignore.
  • Element Details

    • name

      String name
    • comment

      String comment
      Comment.
      Returns:
      the string
      Default:
      ""
    • index

      double index
    • ignore

      boolean ignore
      Ignore.
      Returns:
      true, if successful
      Default:
      false