Contains commands to generate/export Excel sheets.
You can convert a csv file to a xls for mailing reports as well as a command to convert a worksheet in a Excel file to a csv for using with inputcsv.
Also allows to send fairly nice emails with attachments.
(For security reasons the files need to reside in $SPLUNK/var/run/splunk and be owned by the user in which splunk runs.)
New in Version 0.2:
| outputxls filename.xls
Waits till the output is finished and then writes the Excel document.
Optional:
| outputxls filename.xls "sender@email.com" "recipient@email.com" "subject of the mail" "body of the mail" "smpt hostname"
directly mails the generated Excel document with the parameters.
It is utf-8 safe.