I have already had several cases of Excel crashing.
The starting point is that an Office addin is currently busy with longer lasting actions (searching for functions across all sheets with subsequent retrieval of data from the server and subsequent writing of this data to Excel). If you click into a cell during this time and enter a value, you will get an "InvalidOperationInCellEditMode", if you are currently working in an Excel.run(asyn context ... - range in the addin. The crash of Excel does not always occur, sometimes it takes dozens of times.
However, such a crash is always annoying for the user who is currently working with the Addin in Excel. By the way, it doesn't help if you catch an Excel.run range, even then Excel crashes.