# File lib/chart-candy/builder/xls_builder.rb, line 143
  def set_cell_format(nature)
    if nature == :number
      f = "#{@current_row_format}_right".gsub('right_right', 'right').to_sym

      @sheet.row(current_row).set_format(current_column, @formats[f])
    end
  end