45 46 47
# File 'lib/xls/file.rb', line 45 def self.formatted_csv_data(row) row.collect { |k, v| v } end