# File lib/sns_importer.rb, line 62 def add_sheet_content(sheet, attrs) sheet.part('body').content = attrs.fetch('content','') sheet.part('body').filter_id = attrs.fetch('filter_id','') end