An all-in-one Excel ecosystem — convert, clean, analyze, compare and export Excel files from your browser.
- File → JSON — Convert CSV/XLSX to JSON with sheet selection
- JSON → XLSX — Convert JSON back to Excel
- More tools coming soon (compress, merge, split, dedupe, compare, export)
pip install -r requirements.txt
uvicorn main:app --reloadOpen http://localhost:8000
docker build -t excelkit .
docker run -d -p 8000:8000 --name excelkit excelkitOpen http://localhost:8000
- Max file size: 10MB
- Supported formats:
.csv,.xlsx,.json