Excel input/output and send as mail commands - TA-XLS
Contains commands to generate/export Excel sheets.
Built by
Latest Version 0.2.2
March 31, 2021
Compatibility
This is compatibility for the latest version
Not Available
Platform Version: 8.0, 7.3, 7.2
Rating
0
(0)
Log in to rate this app
Support
Not Supported
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.