You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I get the cell contents for the highlighted range here? I'd expect something back like `[[9.82, 7.57],[155, 296]]`. The "cellSelectionChanged" event only returns the coordinates of the selected range, not their actual contents. Since I can copy these values directly out of the spreadsheet viewer instance, I'd expect to be able to get them some other way?