Method: Axlsx::Styles#parse_protection_options
- Defined in:
- lib/axlsx/stylesheet/styles.rb
#parse_protection_options(options = {}) ⇒ CellProtection
250 251 252 253 |
# File 'lib/axlsx/stylesheet/styles.rb', line 250 def (={}) return if (.keys & [:hidden, :locked]).empty? CellProtection.new() end |