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

Can you please provide a documentation on how to use it with nested serializers? #31

Closed grantmatch-ops closed 2 years ago

Shin-- commented 3 years ago

@grantmatch-ops Do you have any specific questions? I recently rewrote a lot of how we handle and can handle nested serializers (and fields). Maybe the comments already help you: https://github.com/wharton/drf-renderer-xlsx/blob/main/drf_renderer_xlsx/renderers.py

But yes, I (or someone else) should update the readme and explain some more

FlipperPA commented 3 years ago

@Shin-- That'd be fantastic if you could put a quick example in the README. Thanks!