Annotation Type ExcelLocked


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface ExcelLocked
The Interface ExcelLocked.
ExcelLocked is used to protect sheet with password, to insert password use the "value" parameter.
The "locked" parameter is used to enable/disable the protection sheet.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Locked.
    Value.
  • Element Details

    • value

      String value
      Value.
      Returns:
      the string
      Default:
      "${bld.commons.sheet.password:}"
    • locked

      boolean locked
      Locked.
      Returns:
      true, if successful
      Default:
      true