Here is what I use.
OS: Linux Mint 18
Editor: LibreOffice Writer 5.1.6.2
Situation
Consider the following foo.csv
file (just example, the raw data contains hundred of lines):
A,B,C
1,2,3
To create a table in Writer with the data from foo.csv
usually one creates the table via Toolbar and then type the contents (possibly using TAB to navigate between cells).
Here is the result of procedure above:
Goal: Since the whole foo.csv
contains hundreds of lines, how to proceed?
1st try: copy and paste the data from foo.csv
into the table does not work, as seen below.
2nd try: copy and paste the data from foo.csv
into the table with all cells selected does not work, as seen below.
Question: is it possible to edit an odt
file in some way to write some code (like we could do with tags in HTML) to produce such table?
Embed a Calc spreadsheet is not acceptable.