我该如何解决“ NotImplementedError:formatting_info = True尚未实现”错误

问题描述

我希望程序仅在单元格的字体颜色为“黑色”时才执行过程。我尝试使用代码

excel_file_location = "C:\\Users\\Abdullah\\Desktop\\donor_files\\copy of Donor List 2020-2021.xlsx"
excel_workbook = xlrd.open_workbook(excel_file_location,formatting_info=true)

但是我收到一个“ NotImplementedError:formatting_info = True尚未实现”错误,显然,在您仅对xls文件使用“ formatting_index = True”之后。

我想知道我是否可以以任何方式解决这个问题

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)