# File lib/spreadsheet/workbook.rb, line 36 def add_format format @formats.push(format) if format && !@formats.include?(format) format end