# File lib/spreadsheet/excel.rb, line 40 def format_column column, width=nil, format=nil if width.is_a? Format new_format_column column, width, format else new_format_column column, format, :width => width end end