热线电话:13121318867

登录
2021-03-03 阅读量: 584
如何用python获取一个excel文件里面所有sheet的名字?

import xlrd

sheetnamelist = xlrd.open_workbook("D:\\vintage结果.xlsx").sheet_names()

print(sheetnamelist)

0.png

0.0000
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子