Excel: TableChanged's details property is undefined when paste multiple cells #5308
Labels
Area: Excel
Issue related to Excel add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
TableChanged's details property is undefined when paste multiple cells
Expected behavior
When you copy two or more cells and then paste them inside a table it has to trigger the TableChangedEvent with the 'details' property that has to contain the previous values and the current values of the cells.
Current behavior
When you copy a single cell and paste it inside a table it does trigger a TableChangedEvent that contains the property 'details' that has the valueBefore and the valueAfter of the cell.
When you try to copy more than a single cell and paste it inside a table it does trigger the TableChangedEvent but the property 'details' it's always undefined.
Steps to reproduce
Recording.2025-01-24.153849.mp4
The text was updated successfully, but these errors were encountered: