Not sure if this will help, but the docs have a pretty in-depth explanation of doing csv export. http://docs.djangoproject.com/en/dev/howto/outputting-csv/
HTH, Alex On Mar 24, 3:03 pm, jlwlynn <jlwl...@gmail.com> wrote: > I'm trying to simply export CSV, but have failed miserably. First I > perform a search and the query set is displayed in a template. I want > to have an export button that will export the data on the page, but > unfortunately, I lost the query set and even if I were to have it as a > parameter, it would only see it as a string to my exportCSV function. > Any ideas? THANKS IN ADVANCE!!!! > > jason -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.