Suppose i type a value into a single cell. I can copy it with ctrl+c
Then, suppose i select the rest of the column, then paste with ctrl+v
Columns other than the single selected cell remain unchanged (the selected cell remains unchanged because the pasted value is the same)
Is there a way to paste a single selected value into an arbitrarily large number of cells? I thought about trying to hook the pasting action using the selected_cells
property, but I dont actually think that the editing is a “callbackable” event.
Thanks!