19 lines
303 B
JSON
19 lines
303 B
JSON
{
|
|
"vars": {
|
|
"date": "2026-06-18"
|
|
},
|
|
"data": {
|
|
"type": "excel",
|
|
"path": "./data.xlsx",
|
|
"sheet": "Daily",
|
|
"header_row": 1
|
|
},
|
|
"template": {
|
|
"path": "./template.docx"
|
|
},
|
|
"output": {
|
|
"path": "./out/daily_{{date}}_{{name}}_{{_row}}.docx",
|
|
"overwrite": true
|
|
}
|
|
}
|