AttributeError: ‘ElementTree’ object has no attribute ‘getiterator’ when trying to import excel file November 23, 2023 by Tarik You could try to use an argument engine="openpyxl". It helped me to resolve the same problem.