D:\work\python3.9_64\lib\site-packages\openpyxl\worksheet\_reader.py:312: UserWarning: Data Validation extension is not supported and will be removed warn(msg)
    报错内容译: 不支持数据验证扩展,将被删除。
    解决方法: 去掉 Excel 里的数据验证功能。

    Excel 数据验证关闭方法:
    有几个报错就是有几处数据验证,目前只能一个一个 sheet 页签使用定位条件功能进行排查。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图1

    直接在菜单或通过 F5 打开定位窗口,选择定位条件。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图2

    然后选中数据验证,如果能查到内容就是数据验证了。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图3

    然后点击菜单的数据验证。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图4

    点击确定。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图5

    再点击确定就删除完毕了。
    【Python openpyxl】Excel数据验证导致:Data Validation extension is not supported and will be removed - 图6

    然后再使用 openpyxl 读取 excel 就没问题了。
    喜欢的点个赞❤吧!
    https://blog.csdn.net/qq_38161040/article/details/118726944