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