https://github.com/iddan/react-spreadsheet
Simple, customizable yet performant spreadsheet for React
https://github.com/iddan/react-spreadsheet
csv data excel react spreadsheet
Last synced: 5 days ago
JSON representation
Simple, customizable yet performant spreadsheet for React
- Host: GitHub
- URL: https://github.com/iddan/react-spreadsheet
- Owner: iddan
- License: mit
- Created: 2018-02-18T17:12:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T04:44:09.000Z (15 days ago)
- Last Synced: 2025-04-02T01:03:12.603Z (13 days ago)
- Topics: csv, data, excel, react, spreadsheet
- Language: TypeScript
- Homepage: https://iddan.github.io/react-spreadsheet
- Size: 18 MB
- Stars: 1,415
- Watchers: 20
- Forks: 166
- Open Issues: 29
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- best-of-react - GitHub - 14% open · ⏱️ 02.06.2024): (Data Tables & Grids)
- best-of-react - GitHub - 14% open · ⏱️ 02.06.2024): (Data Tables & Grids)
README
![]()
# React Spreadsheet
Simple, customizable yet performant spreadsheet for React.

[](https://github.com/iddan/react-spreadsheet/actions/workflows/ci.yaml?query=branch%3Amaster)```bash
npm install react react-dom scheduler react-spreadsheet
```_or_
```bash
yarn add react react-dom scheduler react-spreadsheet
```### Features
- Simple straightforward API focusing on common use cases while keeping flexibility
- Performant (yet not virtualized)
- Implements Just Components™### [Demo](https://iddan.github.io/react-spreadsheet)
### [Docs](https://iddan.github.io/react-spreadsheet/docs)
### [Storybook](https://iddan.github.io/react-spreadsheet/storybook)