[ { "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.json", "gen_codes": [ { "read_type": "type_go" } ] }, { "enable": true, "read_type": "type_cjson", "parser_id": "table_list", "file_name": "SkillCfg.json", "gen_codes": [ { "read_type": "type_csharp" } ] } ], "indexes": [ { "index_names": "ID", "is_unique": true } ], "heads": [ { "key": "ID", "name": "ID", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "名称Lang", "name": "Name", "side": "c", "type_cjson": "string", "type_csharp": "string" }, { "key": "描述Lang", "name": "Desc", "side": "c", "type_cjson": "string", "type_csharp": "string" }, { "key": "类型", "name": "Type", "side": "cs", "type_sjson": "int", "type_go": "enum.SkillType", "type_cjson": "int", "type_csharp": "GameConfig.ConfigGen.SkillType" }, { "key": "最大等级", "name": "MaxLv", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" }, { "key": "图标", "name": "Icon", "side": "c", "type_cjson": "string", "type_csharp": "string" }, { "key": "解锁英雄星级", "name": "UnlockStar", "side": "cs", "type_sjson": "int", "type_go": "int32", "type_cjson": "int", "type_csharp": "int" } ] } ] } ]