Updated
- the intialization method has been modified. please call init_excel(app) before you do anything else. This change was made in order to apply for approved flask extension status. And by doing this change, it will support multiple Flask apps and only the app that was initialized with init_excel gets Flask-Excel and other apps in your BIG app won't get affected.
Updated
- #22: support downloadfile name in unicode(including Chinese texts)
Updated
- compatibility with pyexcel v0.2.2: automatic discovery of pyexcel plugins.
- #15: file name may have more than one dot
Updated
- #8: set file name in response
Updated
- code refactoring. less code lines in Flask-Excel and more reusable code in pyexcel-webio
Added
- turn query sets into a response