Reputation: 1970
I need to convert xlsx into csv file using shell script. I am using RHEL 7.2 linux version. Is there any option to convert xlsx into csv file? please suggest me. Thanks in advance
Upvotes: 4
Views: 10021
Reputation: 124
sudo pip install xlsx2csv
You can refer to https://github.com/dilshod/xlsx2csv
Upvotes: 4
Reputation: 54223
I've had good experiences with a python converter called (what a surprise!) xlsx2csv. There shouldn't be any problem installing it on RHEL 7.2.
Upvotes: 3