| 1234567891011121314151617181920212223242526 |
- {
- "excel_file_path": "../",
- "@excel_file_path": "excel文件相对路径",
- "describe_path": "../describe/",
- "@describe_path": "excel描述文件相对路径",
- "template_path": "./template/",
- "@template_path": "模板文件相对路径",
- "exclude_excel_files": [
- "a.xlsx"
- ],
- "@exclude_excel_files": "排除的excel文件列表",
- "export_files": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "path": "./test_server_output/json/",
- "code_files": [
- {
- "enable": true,
- "read_type": "type_go",
- "path": "./test_server_output/go/"
- }
- ]
- }
- ]
- }
|