wharton/drf-excel

Include multiple sheet tags in the same Excel

BrianWang1990 opened this issue · 2 comments

This is a very useful package, but I encountered a small problem in use. Can we use it to include multiple sheet tags in the same Excel, and can set header information, etc.

Right now, it only includes one sheet with the result set. How would you see multiple sheets used when there's only one result set provided by Django REST Framework available?

I think that is possible processing a result given of several embedded structures as multiple sheets.
It is just to build a serializer similar as using depth=1