I\'m looking for a way to convert xlsx files to csv files on Linux.
I do not want to use PHP/Perl or anything like that since I\'m looking at processing several mill
Use csvkit
in2csv data.xlsx > data.csv
For details check their excellent docs