django-commons / drf-excel

An XLSX spreadsheet renderer for Django REST Framework.
BSD 3-Clause "New" or "Revised" License
217 stars 40 forks source link

allow rendering of ReturnDict #12

Closed willtho89 closed 5 years ago

willtho89 commented 5 years ago

currently only ReturnLists are supported. If someone wants to export a e.g. RetrieveView, XLSXRenderer fails at _flatten() because of KeyError.

FlipperPA commented 5 years ago

Thank you! I've got this on master, and am going to test it in a few of my environments before releasing.