class RubyXL::CellStyles

def self.default

def self.default
  self.new(:_ => [ RubyXL::CellStyle.new(:builtin_id => 0, :name => 'Normal', :xf_id => 0) ])
end