[ { "excel_file_name": "Z-战场单位.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "battle_unit.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "BattleUnitConfig.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ID", "is_unique": true } ], "heads": [ { "key": "配置ID", "name": "ID", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "uint" }, { "key": "阵容1模型", "name": "Camp1ModelId", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "uint" }, { "key": "阵容2模型", "name": "Camp2ModelId", "side": "c", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "uint" } ] } ] } ]