您好,登錄后才能下訂單哦!
① , 支持字段類型( int / float / string / bool / int[] / float[] / string[] / bool[] )
② , 支持前端/后端差異配置
③ , 支持說(shuō)明書(shū)sheet
④ , 支持更改編碼方式
⑤ , 支持展開(kāi)/收縮屬性結(jié)構(gòu)
⑥ , 支持Array模式
⑦ , 支持多sheet配置方式
⑧ , 其他基礎(chǔ)的功能
① , 此工具是使用DOS命令的方式來(lái)運(yùn)行的 , 幫助如下圖:
現(xiàn)對(duì)各個(gè)命令做解釋:
1` -e 或者 --excel (以下只寫(xiě)短命令) : excel的相對(duì)位置
2` -j : 導(dǎo)出的json的名稱
3` -h : sheet的頭的行數(shù)(我建議用5個(gè))
4` -c : 編碼方式
5` -l : 字段名稱是否轉(zhuǎn)為小寫(xiě)
6` -a : 是否使用Array模式
7` -q : 是否為前端配置
8` -i : 最后一個(gè)sheet是否為說(shuō)明書(shū)(如果是則不導(dǎo)出config)
9` -o : 導(dǎo)出的json是否是樹(shù)形結(jié)構(gòu)展開(kāi)
② , 關(guān)于資源的位置
如果相對(duì)于AonauflyConfig.exe同級(jí)目錄的話 , 直接使用 --excel xxx.xlsx 和 --json xxx.json;
如果不是 , 這樣相對(duì)應(yīng)地使用../等 , 獲取相對(duì)目錄
③ , 給出幾個(gè)命令(需要在AonauflyConfig.exe同級(jí)目錄打開(kāi)cmd窗口)
1 : AonauflyConfig --excel test.xlsx --json test.json --header 5 --qianduan true --instruction true --open true
意思 : 將test.xlsx 導(dǎo)到 同級(jí)目錄 test.json ; sheet的標(biāo)題行數(shù)為5 ; 前端配置 ; 樹(shù)形結(jié)構(gòu)展開(kāi)
2 : AonauflyConfig --excel test.xlsx --json test.json --header 5 --array false --qianduan true --instruction true
意思:將test.xlsx 到到 同級(jí)目錄 test.json ; sheet的標(biāo)題行數(shù)為5 ; Array模式;前端配置 ; 最后的sheet為說(shuō)明表(不打印)
1` 第一行(固定) : 字段名稱
2` 第二行(固定) : 字段類型
3` 第三行(固定) : 后端 (Y : 打印 / N : 不打印)
4` 第四行(固定) : 前端( Y : 打印 / N : 不打印 )
5` ~ n 隨意填寫(xiě)
{"Model":{
"1": {
"id": 1,
"description": "力量型",
"agility": 10,
"brains": 10,
"initHp": 200,
"initMagic": 100,
"powerIncrease": 5.0,
"agilityIncrease": 2.5,
"brainsIncrease": 2.5,
"speed": 300,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
9
]
},
"2": {
"id": 2,
"description": "敏捷型",
"agility": 25,
"brains": 10,
"initHp": 125,
"initMagic": 175,
"powerIncrease": 2.5,
"agilityIncrease": 5.0,
"brainsIncrease": 2.5,
"speed": 400,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
10
]
},
"3": {
"id": 3,
"description": "智力型",
"agility": 10,
"brains": 25,
"initHp": 100,
"initMagic": 200,
"powerIncrease": 2.5,
"agilityIncrease": 2.5,
"brainsIncrease": 5.0,
"speed": 300,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
11
]
},
"4": {
"id": 4,
"description": "力敏型",
"agility": 18,
"brains": 9,
"initHp": 175,
"initMagic": 125,
"powerIncrease": 4.0,
"agilityIncrease": 4.0,
"brainsIncrease": 2.0,
"speed": 350,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
12
]
},
"5": {
"id": 5,
"description": "敏智型",
"agility": 18,
"brains": 18,
"initHp": 125,
"initMagic": 175,
"powerIncrease": 2.0,
"agilityIncrease": 4.0,
"brainsIncrease": 4.0,
"speed": 350,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
13
]
},
"6": {
"id": 6,
"description": "力智型",
"agility": 9,
"brains": 18,
"initHp": 175,
"initMagic": 125,
"powerIncrease": 4.0,
"agilityIncrease": 2.0,
"brainsIncrease": 4.0,
"speed": 300,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
14
]
},
"7": {
"id": 7,
"description": "綜合型",
"agility": 15,
"brains": 15,
"initHp": 150,
"initMagic": 150,
"powerIncrease": 3.33,
"agilityIncrease": 3.33,
"brainsIncrease": 3.33,
"speed": 325,
"skillIdList": [
1,
2,
3,
4,
5,
6,
7,
8,
15
]
}
}}
可以看出sheet名稱作為了config每個(gè)表的title. 并且power字段和xxx字段是沒(méi)有的..
https://github.com/neil3d/excel2json
本人在此代碼上進(jìn)行了擴(kuò)展及修改 ... 感謝萬(wàn)能的互聯(lián)網(wǎng).
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。