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

20 lines
303 B
Markdown

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