class RubyXL::Cell

def column=(v)

def column=(v)
  self.r = RubyXL::Reference.new(row || 0, v)
end