I have a canvas app in GCC High. I put a button in a gallery that is using Launch to open an Excel file stored in a SharePoint Online document library. Even though the library is configured to open files in the client application, the button always opens the file in the web browser. Is there a way to configure the launch URL to open in Excel desktop rather than the browser? I have tried:
Launch("ms-excel:ofe|u|"&ThisItem.'Link to item')
...which does launch the Excel desktop app, but the file itself will not open properly. The Excel sheet just looks blank -- no row lines even. Also it's in Read-Only and says 'Saved to this PC' -- which is not what I want. Ideally, it would keep the file connected to its SharePoint home so that changes would be tracked in version history. Why is it making a read-only copy?


Report
All responses (
Answers (