Hi,
I am trying to convert the xls file saved in a directory on my unix machine and then save the new csv file to same directory. I am running the below command , however, I see the new fle is not saved in the directory.
libreoffice --headless --convert-to csv --outdir “$outputdirectorypath” “$xlsfilepath”