[ { "excel_file_name": "L-联盟-等级.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "league_level.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "LeagueLevelCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "Level", "is_unique": true } ], "heads": [ { "key": "联盟等级", "name": "Level", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "升级所需经验", "name": "Exp", "side": "cs", "type_sjson": "array", "type_go": "types.Pair[int32,int]", "type_cjson": "array", "type_csharp": "int[]" }, { "key": "等级属性", "name": "LevelAttrs", "side": "cs", "type_sjson": "array", "type_go": "types.Attrs", "type_cjson": "string", "type_csharp": "ArrayIntList,ArrayIntListConverter" } ] } ] } ]