Search code examples
office365office-jsoffice-addins

How to Fetch Change Log Data Programmatically in a JavaScript Excel Online Add-In?


I have developed a JavaScript-based Excel Online add-in, and I need to programmatically fetch a list of all change logs (similar to the data shown by the Show Changes button in Excel Online).

What I’ve Explored So Far

  1. The Show Changes button in Excel Online provides a detailed log of changes made to a workbook.
  2. I have reviewed the Excel JavaScript APIs but couldn't find any direct method or endpoint to access this data programmatically.

Question

  1. Is there any way to fetch the change log data programmatically using the Excel JavaScript APIs?

enter image description here


Solution

  • Sorry, but no, there aren't any APIs in the Office JavaScript library for accessing this information. You can request that Microsoft create such an API at M365 Development Platform Ideas.