main
HuangHai 4 months ago
parent 54a7a7e47a
commit 8268929ed0

@ -110,5 +110,63 @@
"name": "区", "name": "区",
"type": "String" "type": "String"
} }
},
"基教特教": {
"skipRows": 7,
"schoolName": {
"index": 1,
"name": "学校名称",
"type": "String"
},
"schoolType": {
"index": 3,
"name": "学校类型",
"type": "String"
},
"schoolCount": {
"index": 5,
"name": "学校数量",
"type": "Integer"
},
"city": {
"index": 193,
"name": "市",
"type": "String"
},
"district": {
"index": 194,
"name": "区",
"type": "String"
}
},
"基教工读": {
"skipRows": 7,
"schoolName": {
"index": 1,
"name": "学校名称",
"type": "String"
},
"schoolType": {
"index": 3,
"name": "学校类型",
"type": "String"
},
"schoolCount": {
"index": 5,
"name": "学校数量",
"type": "Integer"
},
"city": {
"index": 32,
"name": "市",
"type": "String"
},
"district": {
"index": 33,
"name": "区",
"type": "String"
}
} }
} }

@ -55,6 +55,6 @@ public class ExcelUtil {
} }
public static void main(String[] args) { public static void main(String[] args) {
System.out.println(columnLetterToIndex("HA")); System.out.println(columnLetterToIndex("AG"));
} }
} }

Loading…
Cancel
Save