Xls2csv
From S23Wiki
xls2csv extracts data from MS Excel spreadsheets and outputs it in comma-separated-value format.
It is included in the catdoc package. (apt-get install catdoc under Debian).
Usage: xls2csv file.xls > dump.csv
I used this in a bash script to create an import file for MySQL.
Categories: Converter | Debian | Linux | Software

