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

This commit is contained in:
Nathan Coad
2023-02-10 16:09:47 +11:00
parent 28e7716f18
commit be85034466
3 changed files with 50 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ functions:
#### Example Reponses
```json
"JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov=="
"{\"export-excel\": \"JVBERi0xLjUKJdDUxdgKNSAwIG9iago8PAov==\"}"
```
### Errors
@@ -102,7 +102,7 @@ functions:
| Name | Type | Go type | Required | Default | Description | Example |
|------|------|---------|:--------:| ------- |-------------|---------|
| infile | string| `string` | | | Name of the json input file to utilise | |
| out-filename | string| `string` | | `"output.xlsx"`| the filename of the output spreadsheet | |
| worksheet-name | string| `string` | | `"Sheet1"`| Label for the worksheet created in the spreadsheet | |
| out-filename | string| `string` | | `"output.xlsx"`| the filename of the output spreadsheet | |
| worksheet-name | string| `string` | | `"Sheet1"`| Label for the worksheet created in the spreadsheet | |