https://bugs.documentfoundation.org/show_bug.cgi?id=165332

--- Comment #4 from Martin Krsek <[email protected]> ---
I was wrong.

--------------------------

Copy of text

a2<space><tab>b2<new_line>
a3<tab>b3<new_line>

(as unformatted text) is interpreted

cell A2: "a2<space>", cell B2: "b2", cell A3: "a3", cell B3: "b3".

--------------------------

But copy of text

a2<space><tab>b2<new_line>
a3<space><tab>b3<new_line>

(as unformatted text) is interpreted

cell A2: "a2", cell C2: "b2", cell A3: "a3", cell C3: "b3".

--------------------------

And copy of text

a2<tab>b2<new_line>
a3<space><tab>b3<new_line>

(as unformatted text) is interpreted

cell A2: "a2", cell B2: "b2", cell A3: "a3<space>", cell B3: "b3".

--------------------------

It seems like <space><tab> must be in all rows...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to