警告是什么意思
大家好:零基础学习,
帮我看一下下图警告怎么解决
谢谢
Warning (from warnings module):
File "C:\Users\402\Desktop\python_xiao_jia_yu\excel.py", line 17
shname2 = wb2.get_sheet_by_name('库存')
DeprecationWarning: Call to deprecated function get_sheet_by_name (Use wb). 已经不建议用这种方法了
(经热心鱼油 @风吹雨起#泪花落 提醒,get_sheet_by_name() 方法已经不推荐使用,官方推荐使用更 Pythonic 的 wb["SheetName"] 方式来获取指定工作表^_^)
小甲鱼帖子里面原话 get_sheet_by_name方法弃用了,使用wb 就行了。sheetname:工作表名字 感谢@ YunGuo
页:
[1]