class RubyXL::RichText

def to_s

def to_s
  str = t.to_s
  r && r.each { |rtr| str << rtr.to_s if rtr }
  str
end