251106更新

This commit is contained in:
marslbr 2025-11-06 18:58:07 +08:00
parent cc3153637d
commit 99fdd10c7e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ from pandas import DataFrame, read_excel
from utils.pandas_extension import save_as_workbook
# 打开并读取指定工作工作表(默认以字符串读取)
# 打开并读取指定工作表(默认以字符串读取)
sheet = read_excel(io="dataset.xlsx", sheet_name="Sheet1", dtype=str)
dataset = []