!! Python で ods ( open-office 表計算ファイル ) を読む pandas(PRG-PY-pandas) でできる import pandas as pd wb = pd.read_excel("./値段.ods",engine="odf",sheet_name="Sheet1") print (wb)