# File lib/spreadsheet/worksheet.rb, line 56
    def add_format fmt
      @workbook.add_format fmt if fmt
    end