# File lib/ruport/formatter/csv.rb, line 75
    def build_table_body
      fcsv = csv_writer
      data.each { |row| fcsv << row }
    end