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
Asked
Active
Viewed 8,440 times
4
-
http://stackoverflow.com/a/21651707/2836621 – Mark Setchell Feb 07 '17 at 16:47
2 Answers
4
sudo pip install xlsx2csv
You can refer to https://github.com/dilshod/xlsx2csv

Aniket Parulekar
- 124
- 6
3
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.

Eric Duminil
- 52,989
- 9
- 71
- 124