# File lib/ruport/formatter/csv.rb, line 61
    def build_table_body
      render_data_by_row { |r| 
        r.options.format_options = format_options
      }
    end