Hi, I am looking to implement an "Export to Excel sheet" feature. The result-set is already available and rendered in the template. I need to provide a link or button to export result to Excel sheet.
Result-set is a set of list variables and cannot be passed over GET request due to length limitations. Two solutions that I can think of are: 1. Use hidden form fields and submit it back to a view that creates Excel sheet. 2. Directly pass object list to view using reverse() or URL regex. I have been unable to pass lists using URL Regex. Is it possible to pass list variables from template back to the view? If so, how? Appreciate ur help! Kasto -- -- 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.