django-table-renderers

Simple django rest framework renderers for converting python representations to tables to .xlsx or a group of .tgz'd .csv files.


License
AGPL-3.0
Install
pip install django-table-renderers==1.0.0

Documentation

# Table Renderers

These are basic methods to serialize tables in Python to common file formats. Each takes the return value from a Django endpoint using rest-framework of the form {str: {str: []}} and converts it into either a .tgz'd set of .csv files or a .xlsx with multiple pages.