Annotation Interface DisableCellFormatXLS


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface DisableCellFormatXLS
Indicates that a field/column ignores its custom cell format in a xls excel file. Created by hakan on 18/07/2020.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    true disable cell format of a cell, otherwise false
  • Element Details

    • value

      boolean value
      true disable cell format of a cell, otherwise false
      Returns:
      disable cell format or not
      Default:
      true