4

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

Suganthan Raj
  • 2,330
  • 6
  • 31
  • 42

2 Answers2

4

sudo pip install xlsx2csv

You can refer to https://github.com/dilshod/xlsx2csv

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