[ { "excel_file_name": "P-排行榜.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "rank.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "RankCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "RankID", "is_unique": true } ], "heads": [ { "key": "排行榜ID", "name": "RankID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "排行榜名称Lang", "name": "RankNameLang", "side": "c", "type_cjson": "string", "type_csharp": "string" }, { "key": "排行榜排序", "name": "RankSort", "side": "c", "type_cjson": "int", "type_csharp": "int" }, { "key": "排行榜类型", "name": "RankType", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "显示人数", "name": "ShowCount", "side": "s", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "上榜人数", "name": "MaxRankCount", "side": "s", "type_sjson": "int", "type_go": "int", "type_cjson": "int", "type_csharp": "int" }, { "key": "最低上榜值", "name": "MinRankValue", "side": "s", "type_sjson": "int", "type_go": "int64", "type_cjson": "int", "type_csharp": "int" } ] } ] } ]