I have got a problem with getting excel file and opening download window in the browser after getting a response (in success ajax method) with that file. I have got appropri
We were having absolutely the same trouble recently. For us it started to work when we add responseType: 'arraybuffer' to the ajax parameters. And it's better to use lib https://github.com/eligrey/FileSaver.js/ instead of manual clicking on the link because this tool revokes memory as well.