# File lib/chart-candy/builder/xls_builder.rb, line 75
  def format_data(data)
    case
      when data.is_a?(Time) then data.strftime('%d-%m-%Y')
      else data
    end
  end