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'
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'