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