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
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.
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 forxlrdandxlwtshould be added.