使用xlrd打开execl表,但它显示xml.etree.ElementTree文件'没有属性'\u IterParseI

2024-04-20 14:44:43 发布

您现在位置:Python中文网/ 问答频道 /正文

你好,我正在尝试打开excel表使用xlrd。 但它显示了AttributeError:module'xml.etree.ElementTree文件'没有属性'\u IterParseIterator'。你知道吗

import xlrd
sheet=xlrd.open_workbook('sheet.xlsx')
print(sheet)

Tags: 文件import属性xmlopenxlsxexcelsheet