Files
2026-06-24 09:45:35 +08:00

19 lines
357 B
JSON

{
"vars": {
"date": "2026-06-18",
"batch": "默认班次"
},
"data": {
"type": "excel",
"path": "./source_daily_data.xlsx",
"sheet": "Daily",
"header_row": 1
},
"template": {
"path": "./daily_report_template.docx"
},
"output": {
"path": "./out/daily_{{date}}_{{name}}_{{_row}}.docx",
"overwrite": true
}
}