Open Source tool to convert DSA Sheets (Striver, etc.) into Excel, Markdown, Notion/CSV.
- Multi-Format Export: Get your problems in Excel (.xlsx), Markdown (.md), or CSV (for Notion/GDocs).
- Plugins System: Easily add new sheet parsers or export formats.
- Clean UI: Distraction-free interface built with Next.js and Tailwind.
Currently, we support all Striver's DSA Sheets (SDE Sheet, A2Z, Blind 75, Striver's 79). We are actively working on adding support for more sheets (Love Babbar, Cracking the Coding Interview, etc.) in the future.
- Node.js 18+
- Clone the repo
git clone https://github.com/nitishkumar/dsa-sheet-to-excel.git
- Install dependencies
cd apps/web && npm install cd ../api && npm install
You need two terminals:
Backend:
cd apps/api
npm run devFrontend:
cd apps/web
npm run devVisit http://localhost:3000.
See CONTRIBUTING.md for details on how to add new sheets or formats.
MIT