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

docs about how to correctly assign dict keys to data columns #10

Open benzkji opened 5 years ago

benzkji commented 5 years ago

This package is powerfull, formatting and the like support, nice. But I'm struggling with basic stuff: when adding only the titles key to my column_header config attribute of my view, I have to add dict keys of my rows in the correct order. That's the only way I found, how to assign these keys to the correct column in the xlsx...hopefully, I'm missing something obvious?!