Add OnSave() and OnClose() event handlers to Javascript based Office Add-in

Add OnSave() and OnClose() event handlers to Javascript based Office Add-in
13

Upvotes

Upvote

 Jun 26 2022
2 Comments (2 New)
New

Please add OnSave() and OnClose() event handlers to Javascript based Office Add-in. 

One of the Scenario is, When user works on an Excel or a word document, We need to capture few user information and make an API call to store it in our database. We need this to work in background. In this case, OnSave() or OnClose() handlers would be very useful.

Comments
Copper Contributor

We need this to do a scan on the document for our add-in before the document closes.

Copper Contributor

This is a critical piece to allow MS users to leverage third party integrations, including in the new Outlook and Teams platforms.