chore: prepare docfill project for gitea
This commit is contained in:
18
manual_tests/03_excel_to_excel/task.json
Normal file
18
manual_tests/03_excel_to_excel/task.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"vars": {
|
||||
"date": "2026-06-18"
|
||||
},
|
||||
"data": {
|
||||
"type": "excel",
|
||||
"path": "./source_audit_data.xlsx",
|
||||
"sheet": "Audit",
|
||||
"header_row": 2
|
||||
},
|
||||
"template": {
|
||||
"path": "./audit_template.xlsx"
|
||||
},
|
||||
"output": {
|
||||
"path": "./out/audit_{{date}}_{{employee}}_{{_row}}.xlsx",
|
||||
"overwrite": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user