0

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

Racehorse35
  • 121
  • 10
  • It needs to be automated. There is a large number of files daily. – Racehorse35 Jul 12 '16 at 18:24
  • I assume you're using Bash for Windows? I know how to extract and alter individual cells in VBScript/JScript, but I'm not sure that it would be practical to do this for the entire spreadsheet. How big is the spreadsheet? – xarxziux Jul 12 '16 at 20:34
  • @xarxziux Thanks for the reply, I ended up having to modify my original program to solve the issue. – Racehorse35 Jul 14 '16 at 20:01

0 Answers0