Releases: pyexcel-webwares/django-excel
Releases · pyexcel-webwares/django-excel
v0.0.10
Bring isave_to_database and isave_book_to_database in django-excel
both functions are more memory efficient to their counterparts.
Maintenance release
Maintenance release
maintenance release
see change log for details.
Support django 1.6.x
Support django 1.6.x and verified it also works with django 1.10
use latest pyexcel-webio
there was interface changes in pyexcel-webio
set file name in response
turn request #2 into a feature
Make response from a database query set
- new function: make_response_from_query_sets
initial release
- Support data import and export from django models
- Support InMemoryFile and TmpFile
- Essential documentation and tutorial