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

--- Comment #4 from elias estatistics <[email protected]> ---
Created attachment 156598
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156598&action=edit
Text to table results - observed vs expected behavior

Text to table results - observed vs expected behavior


This is not the expected Table format. Number of spaces are interpreted as so
many cells. e.g. If there are 5 empty spaces, then 4 empty cells will be
created.

1.....5
2..3
4.5

|1| | | | | |5|
|2| | |3| | | |
|4| |5| | | | |

The expected table format... a bulk of spaces are interpreted as “single cell
separator”. This must take into consideration every type of “empty spaces” e.g.
tabs, spaces etc.

|1|5|
|2|3|
|4|5|


Sincerely,
Elias Tsolis
Estatisticseu
Psychologist/Statistician

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to