Add export to .xlsx for lists

This commit is contained in:
Raphael Michel
2018-11-30 16:10:32 +01:00
parent 81693e042c
commit 478d8e4116
5 changed files with 40 additions and 13 deletions

View File

@@ -375,4 +375,4 @@ class CSVCheckinList(CheckInListMixin, ListExporter):
yield row
def get_filename(self):
return '{}_checkin.csv'.format(self.event.slug)
return '{}_checkin'.format(self.event.slug)