I have a django app in which excel file is generated at server side and I want that to be downloaded at client. I am sending request through Ajax call in JavaScript that goes to server generates excel which needs to be downloaded. The view should generate http response that sends excel file to html that could be downloaded to a file at clientI have a django app in which excel file is gene