We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flask 1.1.2 Flask-Excel 0.0.7
when running the quick start sample from http://flask.pyexcel.org/en/latest/, it raised error:
http://localhost:5000/download AttributeError: module 'flask_excel' has no attribute 'make_response_from_array'
AttributeError: module 'flask_excel' has no attribute 'make_response_from_array'
http://localhost:5000/upload AttributeError: 'Request' object has no attribute 'get_array'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flask 1.1.2
Flask-Excel 0.0.7
when running the quick start sample from http://flask.pyexcel.org/en/latest/, it raised error:
http://localhost:5000/download
AttributeError: module 'flask_excel' has no attribute 'make_response_from_array'
http://localhost:5000/upload
AttributeError: 'Request' object has no attribute 'get_array'
The text was updated successfully, but these errors were encountered: