class RubyXL::Cell

def raw_value=(v)

def raw_value=(v)
  self.value_container ||= RubyXL::CellValue.new
  value_container.value = v
end