Convert xlsx file to csv using batch

Solution 1:

Try in2csv!

Usage:

in2csv file.xlsx > file.csv

Solution 2:

Alternative way of converting to csv. Use libreoffice:

libreoffice --headless --convert-to csv *

Please be aware that this will only convert the first worksheet of your Excel file.