You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
When attempting to export a form on a fresh install, get the following error:
File "/home/nicka/repos/xxxxx/env/lib/python3.8/site-packages/aldryn_forms/admin/views.py", line 96, in done
response = HttpResponse(dataset.xls, content_type=content_type)
AttributeError: 'Dataset' object has no attribute 'xls'
It's easily fixed by doing a pip install "tablib[xls]", but the dependancies for xlrd and xlwt should be added.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When attempting to export a form on a fresh install, get the following error:
It's easily fixed by doing a
pip install "tablib[xls]"
, but the dependancies forxlrd
andxlwt
should be added.The text was updated successfully, but these errors were encountered: