Excel from shell script

Is it possible to generate excel sheet from a shell script and rename the worksheet..?
Thanks for your answer

If you want to work with worksheets then you have to use PERL, using Spreadsheet::WriteExcel module.

Or you can create a CSV if you don't want to deal with multiple worksheets.

1 Like