This commit is contained in:
2025-09-12 21:13:45 +08:00
parent 4052d53720
commit 14df704f6c
7 changed files with 20099 additions and 20061 deletions

View File

@@ -15,7 +15,7 @@ DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'Data')
JSON_PATH = os.path.join(DATA_DIR, 'ClassCount.json')
# 工作表名称
SHEET_NAME = '招生'
SHEET_NAME = '班级' # 修正为正确的工作表名称
# 区域名称所在列
REGION_NAME_COLUMN = 'B'