Skip to content

pankaj8700/ExcelKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ ExcelKit

An all-in-one Excel ecosystem — convert, clean, analyze, compare and export Excel files from your browser.

Features

  • 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)

Run Locally

pip install -r requirements.txt
uvicorn main:app --reload

Open http://localhost:8000

Run with Docker

docker build -t excelkit .
docker run -d -p 8000:8000 --name excelkit excelkit

Open http://localhost:8000

Limits

  • Max file size: 10MB
  • Supported formats: .csv, .xlsx, .json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors