251106更新
This commit is contained in:
parent
cc3153637d
commit
99fdd10c7e
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue