Re: dumping to excel from /admin

2011-03-15 Thread Shawn Milochik
Find out which template you need to modify and where to put the code, then just use xlwt. It's on PyPI and I've used it quite a bit. Alternatively you can use csv.writer or csv.DictWriter, which can be natively opened in Excel and is still easily parsable by other tools. The complicated thing is h

dumping to excel from /admin

2011-03-15 Thread Bobby Roberts
let's say i'm on page X of a list admin view... is there an easy way to dump just those returns to excel? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from thi