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

Add styles support #3

Closed Tigven closed 6 years ago

Tigven commented 6 years ago

Added the ability to change the style of the table through the view's attributes, color the data lines through the row_color field.

FlipperPA commented 6 years ago

Looks good, thank you! This seems big enough for a 0.3.0 release, but I've got some bug fixes to do as well.

FlipperPA commented 6 years ago

Thanks again, @Tigven, released as 0.3.0:

https://pypi.org/project/drf-renderer-xlsx/