excelR
excelR copied to clipboard
Show table index when selecting cells!
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.
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)