I'm using django-pyexcel
to export data from the website, but when I go to the export URL I get the error:
Exception Type: IOError
Exception Value: No content, file name. Nothing is given
The code to export the data was copied from the example given in the documentation:
return excel.make_response_from_a_table(Question, 'xls', file_name="sheet")