How to Install xlsx2csv in Ubuntu 18.04



Install xlsx2csv by entering the following commands in the terminal:

sudo apt update
sudo apt install xlsx2csv

Description:

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.

Homepage: https://github.com/dilshod/xlsx2csv

Version: 0.20+20161027+git5785081-1

Section: universe/text