Skip to content

Instantly share code, notes, and snippets.

View erlingur's full-sized avatar

Erlingur Þorsteinsson erlingur

View GitHub Profile
require 'action_dispatch/http/mime_type'
require 'action_view'
require 'active_support'
require 'writeexcel'
class WriteExcelTemplateHandler
def self.call(template)
%{
tmp = Tempfile.new('writeexcel')
workbook = WriteExcel.new(tmp.path)