
Announcements
I have a Library, and in it excel files, I would like to open or download using two Icons in the gallery. How best to do it? I have environment variable ev_library as sharepoint.
I tried using Launch or Download. i would like to save the file locally on my computer rather than open it in a second window in the browser
Hi, what is the URL you use?
I assume your Excel is stored on a SharePoint library?
You could check the network calls when manually downloading your file from SharePoint and use that URL in our app in the Download. I think it will be something like this: https://<yourtenant>.sharepoint.com/sites/<yoursite>/_layouts/15/download.aspx?UniqueId=<specificID>