[ { "excel_file_name": "J-技能池.xlsx", "sheets": [ { "sheet_name": "Sheet1", "row_offset": 1, "outputs": [ { "enable": true, "read_type": "type_sjson", "parser_id": "table", "file_name": "skill_pool.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "SkillPoolCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "PoolID,SkillID", "is_unique": true }, { "index_names": "PoolID" } ], "heads": [ { "key": "池ID", "name": "PoolID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "技能ID", "name": "SkillID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "权重", "name": "Weight", "side": "s", "type_sjson": "int", "type_go": "int32" }, { "key": "评分", "name": "Rating", "side": "c", "type_cjson": "float", "type_csharp": "float" } ] } ] } ]