I am trying to identify if a cell's data was copy or pasted in an excel sheet within a React Excel Add-in. To do this I found that this can be done in VBA using undo stack: Excel VBA How to detect if something was pasted in a Worksheet
However, same interfaces are not present in React. Is there any way to access the undo stack in Excel's React add-in?