我希望程序仅在单元格的字体颜色为“黑色”时才执行过程。我尝试使用代码
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”之后。
我想知道我是否可以以任何方式解决这个问题