django-commons/drf-excel

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

Closed this issue · 2 comments

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

@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

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