The current situation is that, when I am selecting a specific cell ( not edit mode yet ) , ex: A1 and paste a three-line text ( copied from some where else), say:
“Foo
Bar
Cuzz”
Then each line will spread respectively to cells in next row. That means:
A1: “Foo”
A2:“Bar”
A3:“Cuzz”
but what I expected:
A1:“Foo
Bar
Cuzz”.
How can I achieve that in selection mode. ( In edit mode, it work well ). Thank you