# File lib/ruport/formatter/csv.rb, line 42
    def apply_template
      apply_table_format_template(template.table_format)
      apply_grouping_format_template(template.grouping_format)

      options.format_options ||= template.format_options
    end