Files
xls_doc/examples/excel-to-word/task.json
2026-06-18 20:03:47 +08:00

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
}
}