Files
excel-exporter/excel-exporter.yaml
Geequlim d130ad1838 移除C#导出支持
支持针对表配置输出目录
2024-05-17 11:56:41 +08:00

30 lines
568 B
YAML

input:
# - 配置表.xlsx
- 车辆.xlsx
parser:
first_column_as_id: true # 第一列用作 ID 列
constant_array_length: [
# 这里填入需要固定数组长度的表名称
]
output:
json:
enabled: true
directory: output/json
indent: "\t"
yaml:
enabled: true
directory: output/yaml
indent: 2
typescript:
enabled: true
declaration: false
type: class
class_name_prefix: ''
class_name_extension: Data
directory: output/typescript
file_name: data
override:
车辆/Vehicle: output/车辆/Vehicle