Reputation: 540
I have made a function in Scilab that saves data in a *.csv file, and opens it with Libreoffice-calc.
I also made a template in Calc, that sets textsize and alternating row colors.
Is there a command line argument to select a template that the csv file gets imported to?
//John
Upvotes: 2
Views: 2865
Reputation: 186
Maybe you can use csv2odf, it can insert csv data into a LibreOffice spreadsheet template.
Upvotes: 5