Programmatically remove excel cell edit mode
问题 we are working on creating an excel add-in using office-js API's. We have used delayForCellEdit property when we load data ( which will be called when data is changed in predefiined cell range ). When a user edits a cell and click outside the cell then the cell edit mode is exited but if the user clicks in the Add-in after editing a cell the cell edit mode is not exited. Is there a way to exit cell edit mode programmatically ? 回答1: Unfortunately, we do not support programmatically exit cell