Use case or problem
I have two test cells with information. Let’s say I want to combine the information from cell 1 with cell 2. Now I need to do the following:
- Copy the contents of cell 1
- Paste into cell 2
- Delete cell 1
I tried cutting cell 2 entirely and pasting it into cell 1, assuming that the information from cell 2 would be pasted, but this operation is not available.
Proposed solution
Add an operation at the OOP level to insert a cell object into the same object and parse the information it contains, removing the inserted object.