add sumasen_lib

This commit is contained in:
hayano
2024-11-03 10:49:42 +00:00
parent e992e834da
commit 338643b0d7
14 changed files with 988 additions and 0 deletions

View File

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