anyone happen to be familiar with request.get_dict() or pyexcel or flask-excel for upload of an excel file?
I want to use request.get_dict() but I can't tell if this is really viable.
pyexcel has a get_dict() upon which the flask-excel is based.
anyone happen to be familiar with request.get_dict() or pyexcel or flask-excel for upload of an excel file?
I want to use request.get_dict() but I can't tell if this is really viable.
pyexcel has a get_dict() upon which the flask-excel is based.
Have you tried it? Did you get an error?
it didn't work locally, but it works on PythonAnywhere. very strange.
Maybe a version difference in one of the packages involved?
Yup definitely was it, giles, thanks. I had to go backward in Flask-Excel version to fix it.