Re: help with excel exports

2009-08-11 Thread Chris Withers
Bobby Roberts wrote: > I'm generating the > response in my view as such: > >response = render_to_response("spreadsheet.html", { > 'tms': tms, > }) This is an evil hack, don't be surprised if weird things happen with it. You should be using xlwt to generate your

help with excel exports

2009-08-10 Thread Bobby Roberts
Hi all - I'm pushing content to a template which i have built to properly organize the data for an excel spreadsheet. I'm generating the response in my view as such: response = render_to_response("spreadsheet.html", { 'tms': tms, }) response['Content-Type'] =