Polyconseil/xlsx_streaming

Example shows passing a Django queryset, which doesn't seem to work

aaugustin opened this issue · 1 comments

As far as I can tell, stream_queryset_as_xlsx expects an iterable of lists (or tuples).

Passing a Django queryset doesn't seem to work; you need .values(...).

Indeed, I corrected the doc. Thanks for the report.