20 lines
303 B
Markdown
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
|
|
|