I have a link that I would like to add to my javascript (Marionette/Backbone) single page application that will download an Excel file to the user\'s local drive via the browser
This not possible, because the only way to add HTTP headers is using the XHR, but XHR cannot be used to download files.
You could however use cookies to do that.