Files
rogaining_srv/SumasenLibs/excel_lib/README.md
2024-11-03 10:49:42 +00:00

303 B

SumasenExcel Library

Excel操作のためのシンプルなPythonライブラリです。

インストール方法

pip install -e .

## 使用方法
from sumaexcel import SumasenExcel

excel = SumasenExcel("path/to/file.xlsx")
data = excel.read_excel()

## ライセンス

MIT License