Hi Everyone,
I have a Writer document with a Table inside. The table is large at
about 3 columns x 500 rows. When I attempt to highlight the table
cells and paste the data from a single 1 x 1500 source LibreOffice
mishandles populating the table.
I'm generating the data from a C++ program so I can format the data in
a way that makes Writer happy. For example, I can use a vertical bar:
a | b | c
d | e | f
...
Or I can use something else.
I already tried to use vertical bars and HTML tags like <tr>...</tr>,
but the paste did not work.
What does LibreOffice recognize as a column delimiter? So I can
perform the 3x500 paste into the table?
Thanks in advance.
Jeff