# SumasenExcel Library Excel操作のためのシンプルなPythonライブラリです。 ## インストール方法 ```bash pip install -e . ## 使用方法 from sumaexcel import SumasenExcel excel = SumasenExcel("path/to/file.xlsx") data = excel.read_excel() ## ライセンス MIT License