Re: weird behavoir of Excel

2011-10-06 Thread Cal Leeming [Simplicity Media Ltd]
Hi Patrick, As a quick fix, you can put "=" at the start of each field, and it should force the data to not 'auto format' (YMMV). Cal On Thu, Oct 6, 2011 at 10:13 AM, Szabo, Patrick (LNG-VIE) < patrick.sz...@lexisnexis.at> wrote: > Hi, > > ** ** > > I’m creating an EXCEL-Sheet out of Djan

weird behavoir of Excel

2011-10-06 Thread Szabo, Patrick (LNG-VIE)
Hi, I'm creating an EXCEL-Sheet out of Django with the following code: response = render_to_response('reportsexcel.html', {'produkte': dict(buch_pool), 'gesamt_string':gesamt_string} ,context_instance=RequestContext(request)) filename = "report.xls" response['Content-Disposition'] = 'att