functionbuilder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Coad
2023-02-10 16:57:16 +11:00
parent 9a4d099ac4
commit 1abf3ec7bd
3 changed files with 31 additions and 3 deletions

View File

@@ -14,3 +14,12 @@ states:
name: /tmp/input.json
out-filename: example.xlsx
worksheet-name: TestSpreadsheet
transition: state1
- id: state1
type: action
action:
function: export-xlsx
input:
in-data: jq(.array | tostring)
out-filename: example.xlsx
worksheet-name: TestSpreadsheet