Is there any way to download a file using office.js excel add-in? Simple href is now downloading the file.
How to download a file using office.js excel add-in?
667 views Asked by Ashish Garg At
1
Is there any way to download a file using office.js excel add-in? Simple href is now downloading the file.
There is a sample add-in that does this by using
XMLHttpRequest.open()
, and a library called FileSaver, at Office Add-in JavaScript FileDownload.