# File lib/spreadsheet/row.rb, line 90
    def format idx
      @formats[idx] || @default_format \
        || @worksheet.column(idx).default_format if @worksheet
    end