# File lib/ruport/formatter/csv.rb, line 45 def apply_template apply_table_format_template(template.table) apply_grouping_format_template(template.grouping) options.format_options ||= template.format_options end