Answers for "convert excel to csv command line linux"

0

convert excel to csv command line linux

$ ssconvert Book1.xlsx newfile.csv
Using exporter Gnumeric_stf:stf_csv

$ cat newfile.csv 
Foo,Bar,Baz
1,2,3
123.6,7.89,
2012/05/14,,
The,last,Line
Posted by: Guest on May-28-2020
0

convert excel to csv command line linux

libreoffice --headless --convert-to csv $filename --outdir $outdir
Posted by: Guest on May-28-2020

Code answers related to "convert excel to csv command line linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language