chore: prepare docfill project for gitea
This commit is contained in:
BIN
manual_tests/01_excel_to_word/daily_report_template.docx
Normal file
BIN
manual_tests/01_excel_to_word/daily_report_template.docx
Normal file
Binary file not shown.
BIN
manual_tests/01_excel_to_word/out/daily_2026-06-18_张三_测试_1.docx
Normal file
BIN
manual_tests/01_excel_to_word/out/daily_2026-06-18_张三_测试_1.docx
Normal file
Binary file not shown.
BIN
manual_tests/01_excel_to_word/out/daily_2026-06-18_李四_2.docx
Normal file
BIN
manual_tests/01_excel_to_word/out/daily_2026-06-18_李四_2.docx
Normal file
Binary file not shown.
BIN
manual_tests/01_excel_to_word/source_daily_data.xlsx
Normal file
BIN
manual_tests/01_excel_to_word/source_daily_data.xlsx
Normal file
Binary file not shown.
19
manual_tests/01_excel_to_word/task.json
Normal file
19
manual_tests/01_excel_to_word/task.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user