feat: add docfill mvp cli
This commit is contained in:
18
examples/excel-to-word/task.json
Normal file
18
examples/excel-to-word/task.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user