| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- [
- {
- "excel_file_name": "L-领主-名称.xlsx",
- "sheets": [
- {
- "sheet_name": "Sheet1",
- "row_offset": 1,
- "outputs": [
- {
- "enable": true,
- "read_type": "type_sjson",
- "parser_id": "table",
- "file_name": "lord_name.json",
- "gen_codes": [
- {
- "read_type": "type_go"
- }
- ]
- },
- {
- "enable": true,
- "read_type": "type_cjson",
- "parser_id": "table_list",
- "file_name": "LordNameCfg.json",
- "gen_codes": [
- {
- "read_type": "type_csharp"
- }
- ]
- }
- ],
- "heads": [
- {
- "key": "姓",
- "name": "LastName",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "男名",
- "name": "MaleName",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- },
- {
- "key": "女名",
- "name": "FemaleName",
- "side": "cs",
- "type_sjson": "string",
- "type_go": "string",
- "type_cjson": "string",
- "type_csharp": "string"
- }
- ]
- }
- ]
- }
- ]
|