Annotation Type 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 value
      true disable cell format of a cell, otherwise false
    • Element Detail

      • value

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