Annotation Type ExcelColumnWidth


@Retention(RUNTIME) @Target(FIELD) public @interface ExcelColumnWidth
The Interface ExcelColumnWidth.
ExcelColumnWidth is used to set the column width in centimeters.
It is set on fields of RowSheet classes.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Width.
  • Element Details

    • width

      int width
      Width.
      Returns:
      the int
      Default:
      5