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
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
2 matches
Mail list logo