xlrdのバージョンによって、.xlsxファイルの読み込みに失敗する。 対策としてはバージョンを下げる。 pip3 install xlrd==1.2.0 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
①ExcelとPythonを連携させるための準備 まずは、PythonとExcelを連携させるために必要なツールをインストールします。主に以下のライブラリを使います。 銀行の明細データ(CSVやExcel形式など)をPythonで取り込み、Excelにデータを整理する方法を紹介します。