django - Need to download 90MB+ xlsx file, cannot save it on the server. Can I stream it to a client -


i have django running on nginx webserver, uwsgi application server. need generate large .xlsx file combining multiple smaller ones. file needs downloaded client.

after googling lot, have not been able find answers question, asking here.

i using openpyxl writeonly worksheet. upon trying save worksheet process gets killed.

my question is, whether can stream workbook client via uwsgi socket , save there.

it appreciated if provide sample code implementation, can save or stream file client!


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -