Method: Axlsx::CellStyle#initialize

Defined in:
lib/axlsx/stylesheet/cell_style.rb

#initialize(options = {}) ⇒ CellStyle

Creats a new CellStyle object

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • name (String)
  • xfId (Integer)
  • buildinId (Integer)
  • iLevel (Integer)
  • hidden (Boolean)
  • customBuiltIn (Boolean)


18
19
20
# File 'lib/axlsx/stylesheet/cell_style.rb', line 18

def initialize(options={})
  parse_options options
end