Looks like there is issue with speadsheet selection model.

When you call getSelectionModel().getSelection() you always get empty result. Perhaps you could get selection range by manipulating view.getSelectionModel().selectionData where you have startCell, endCell or lastRange however looks like there are old data only.


Selection forwarded to selectionchange event works well.


Edit 1: Only row selection model works well. Column and cell selection model returns empty array.