Paste single cell value into multiple cells
Hey @iddan 👋
Any idea how difficult it would be to allow a single cell value to be copied and then pasted into multiple (highlighted) cells?
For example:
- Copy a single cell
- Highlight a range of cells
- Paste
- Have the single cell value pasted into each highlighted cell
If you don't see any immediate issues with implementing this, I will give it a try myself and raise a PR. I guess that this would be a good place for me to start? https://github.com/iddan/react-spreadsheet/blob/master/src/actions.ts#L138
Hey @cpv123 , it shouldn't be very difficult. You are correct. This would be the right place to start
I would love to have this functionality as well! as well as just the general semantics and behavior of copy pasting cells familiar to Excel and Google Sheets. maybe can help with this if there isn't movement.
Is there any update about this? It feels like one of core functions of spreadsheet that is missing here
Is there any update about this?