# File lib/spreadsheet/excel.rb, line 85
    def write_url row, col, url, string=url, format=nil
      row(row)[col] = Link.new url, string
    end