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