Fix issue with JavaScript for Excel: any undo action in the sheet causes BindingDataChanged event
In the Excel 2016 JavaScript API any Undo action by the user in the sheet causes BindingDataChanged event to fire even if the undo doesn't impact the bindings data.
If there a lot of bindings in a single sheet this could impact the performance to the user since the event will be called unnecessarily.
3
votes