Convert MS Word/Excel openspreadsheetML to plain CSV.
xlsx2csv is bash shell script which reads one Microsoft Excel file and outputs all tabs contained insinde it to CSV files. It handles dates and string data as well as numeric.
xlsx2csv is bash shell script which reads one Microsoft Excel file and outputs all tabs contained insinde it to CSV files. It handles dates and string data as well as numeric.
To install xlsx2csv, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xlsx2csv
To see what files were installed by xlsx2csv, run:
port contents xlsx2csv
To later upgrade xlsx2csv, run:
sudo port selfupdate && sudo port upgrade xlsx2csv
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.