# File lib/ruport/formatter/text.rb, line 57
    def apply_template
      apply_table_format_template(template.table_format)
      apply_column_format_template(template.column_format)
      apply_grouping_format_template(template.grouping_format)
    end