From 8268929ed0a25358e880971c34cd9c6ef7a463f3 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Wed, 9 Apr 2025 14:53:46 +0800 Subject: [PATCH] 'commit' --- .../JkyNewData/Data/SchoolCount_2019.json | 58 +++++++++++++++++++ .../base/Tools/JkyNewData/Util/ExcelUtil.java | 2 +- 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/dsideal/base/Tools/JkyNewData/Data/SchoolCount_2019.json b/src/main/java/com/dsideal/base/Tools/JkyNewData/Data/SchoolCount_2019.json index 939b41da..cff04eba 100644 --- a/src/main/java/com/dsideal/base/Tools/JkyNewData/Data/SchoolCount_2019.json +++ b/src/main/java/com/dsideal/base/Tools/JkyNewData/Data/SchoolCount_2019.json @@ -110,5 +110,63 @@ "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": 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" + } } } diff --git a/src/main/java/com/dsideal/base/Tools/JkyNewData/Util/ExcelUtil.java b/src/main/java/com/dsideal/base/Tools/JkyNewData/Util/ExcelUtil.java index c10f8a13..2ffce4b4 100644 --- a/src/main/java/com/dsideal/base/Tools/JkyNewData/Util/ExcelUtil.java +++ b/src/main/java/com/dsideal/base/Tools/JkyNewData/Util/ExcelUtil.java @@ -55,6 +55,6 @@ public class ExcelUtil { } public static void main(String[] args) { - System.out.println(columnLetterToIndex("HA")); + System.out.println(columnLetterToIndex("AG")); } }