Displaying 1 result from an estimated 1 matches for "gen_excel".
2005 Oct 17
4
How to send excel file to browser (spreadsheat 0.3.2)
...39;Pragma''] = ''''
@headers[''Cache-Control''] = ''''
else
@headers[''Pragma''] = ''no-cache''
@headers[''Cache-Control''] = ''no-cache, must-revalidate''
end
send_data gen_excel, :filename => "timesheets.xls", :type =>
"application/vnd.ms-excel"
end
def gen_excel
wb = Excel.new("test/timesheets.xls")
version = Excel::VERSION
# Preferred way to add a format
f1 = wb.add_format(:color=>"black",:bold=>1,:italic=>tru...