xlsx2csv

convert xslx files to csv format

Install

All systems
curl cmd.cat/xlsx2csv.sh
Debian Debian
apt-get install xlsx2csv
Ubuntu
apt-get install xlsx2csv
image/svg+xml Kali Linux
apt-get install xlsx2csv
Windows (WSL2)
sudo apt-get update sudo apt-get install xlsx2csv
Raspbian
apt-get install xlsx2csv

xlsx2csv

convert xslx files to csv format

xlsx files are zip archives where spreadsheet data is stored. In order to process a file, various bits inside the archive need to be located. This utility uses the Expat SAX parser to collect the strings into a simple dictionary, keyed by their relative position in the XML file. This makes it possible to process files of any size.