303 B
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