A minimal spreadsheet web app inspired by MS Excel. Create, edit, and manage spreadsheet data directly in your browser.
- Editable grid (100 rows × 26 columns)
- Formula bar and cell selection
- Export to CSV (compatible with Excel, LibreOffice, Google Sheets)
- Modern UI
- Open
index.html
in your browser. - Enter data in cells.
- Click the Export to CSV button to download your sheet as a CSV file.
- All logic is in
script.js
. - Styling in
style.css
.
MIT