excelR icon indicating copy to clipboard operation
excelR copied to clipboard

Show table index when selecting cells!

Open ivanalaman opened this issue 5 years ago • 1 comments

Dear,

Congratulations on the package. I would like to know if it is possible to return the table index when the user selects a certain cell. Suppose the user wants to merge columns 1 and 2 of row 1. So, I need to know these indexes when the user selects such cells.

Thank you.

ivanalaman avatar Aug 28 '20 19:08 ivanalaman

Maybe you could use get_selected_data_boundary(input$table) ? You first need to define that you are interested in it excelTable(DF, getSelectedData=T)

mmoisse avatar Oct 02 '20 16:10 mmoisse