This commit is contained in:
@@ -32,7 +32,7 @@ functions:
|
||||
function: export-xlsx
|
||||
input:
|
||||
files:
|
||||
- name: /tmp/input.json
|
||||
- name: input.json
|
||||
data: |
|
||||
jq(.input)
|
||||
worksheet-name: "TestSpreadsheet"
|
||||
@@ -112,6 +112,7 @@ functions:
|
||||
|
||||
| Name | Type | Go type | Required | Default | Description | Example |
|
||||
|------|------|---------|:--------:| ------- |-------------|---------|
|
||||
| files | [][DirektivFile](#direktiv-file)| `[]apps.DirektivFile` | | | File to create before running commands. | |
|
||||
| in-data | [interface{}](#interface)| `interface{}` | | | json input to convert to spreadsheet | |
|
||||
| infile | string| `string` | | | Name of the json input file to utilise | |
|
||||
| out-filename | string| `string` | ✓ | `"output.xlsx"`| the filename of the output spreadsheet | |
|
||||
|
Reference in New Issue
Block a user