I want to capture Information like who created/edited the document (Excel, word or ppt), It's File path both Old and new filePath (if saved at a different place) and what is the change.
I want to capture these information whenever user saves a document (Excel or word). But I'm not finding any event handlers like OnSave() or OnClose() in Office Plugin documentation.
Can anyone please help me figure out a way to achieve this?