So I have a bash script that handles a few things for a java program I wrote. The program writes out an xlsx file and I need to make a copy of that file and convert it to a csv file. Is there any way to do this with a bash script? I'm kind of knee-deep in this already and don't have a lot of time to back out.
Noted: Excel is already installed on the machine