python - Creating spreadsheets for download in django -


i using xlrd create spreadsheets. on website, user able create custom report , download xls file.

usually, storing files on s3, in case, there way not store file anywhere , give directly user? or how should if don't want use s3 save file?

xlrd choice. generation , download processes - depends on web framework in usage, here an example web2py.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -