# credit to the Stack Overflow user in the source link # odfpy is required (pip / conda install odfpy) import pandas as pd pd.read_excel("the_document.ods", engine="odf")