以下はPythonのテストコードです。 import pandas as pd df = pd.read_excel(filepath, sheet_name=sheet_name, header=0, index_col=0) display(df)