Luckysheet API endpoint to get the selected cell

6ss1mwsb  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(43)

Hi all,

Is there a way to get the currently selected cell from the API?

I can only see methods to get the selected cells range, but I need a way to get the cell that is the current one on focus within the range.

Thank you!

pdtvr36n

pdtvr36n1#

Hi all,
Same request here. The focused cell is not always the top left cell of a range, as the user can select a range by dragging from right to left and from bottom to top.
The event options.hook.rangeSelect provides this information through two properties on its range parameter: row_focus and column_focus. Would be nice to access this same information through an api call.

相关问题