AttributeError: module 'xlwt' has no attribute 'Workbook'急求问题解答

用mypython工具执行data.to_excel(standardizedfile)操作时报错如下:

AttributeError: module 'xlwt' has no attribute 'Workbook'

请各位大拿帮忙看看是啥问题
图片说明

运行结果如下:
Traceback (most recent call last):
File "F:/mypython/writeExcel.py", line 7, in
table = xlwt.Workbook(encoding='utf-8', style_compression=0)
AttributeError: module 'xlwt' has no attribute 'Workbook'

https://blog.csdn.net/sxllllwd/article/details/82217579