I have an application with a button. This button refers to an Excel document I have on a SharePoint. However, it will download the file which means it's read-only. Now, there's an option in the SharePoint to open the file in edit-mode and I would like my button to do the same - how can I use the link href
to link to the file and open it in edit-mode?
How can I do the same action as the "Edit in Microsoft Excel" using a button outside the SharePoint? Like a link to the file that will open it in editing mode.