pandasでExcelファイル(拡張子:.xlsx, .xls)をpandas.DataFrameとして読み込むには、pandas.read_excel()関数を使う。 pandas.read_excel — pandas 1.2.2 documentation ここでは以下の内容について説明する。 openpyxl, xlrdのインストール pandas.read_excel()の基本的な使い方 読み込むシートを番号・シート名で指定: 引数sheet_name 一つのシートを読み込み 複数のシートを読み込み すべてのシートを読み込み ヘッダー、インデックスを指定: 引数header, index_col 読み込む列、読み込まない行を指定: 引数usecols, skiprows, skipfooter 以下のxlsxファイルを例とする。 sample.xlsx sheet1とsheet