https://iddan.github.io/react-spreadsheet/
Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet/
csv data excel react spreadsheet
Last synced: 16 days ago
JSON representation
Simple, customizable yet performant spreadsheet for React
- Host: GitHub
- URL: https://iddan.github.io/react-spreadsheet/
- Owner: iddan
- License: mit
- Created: 2018-02-18T17:12:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T04:44:09.000Z (7 months ago)
- Last Synced: 2025-10-19T02:45:23.296Z (18 days ago)
- Topics: csv, data, excel, react, spreadsheet
- Language: TypeScript
- Homepage: https://iddan.github.io/react-spreadsheet
- Size: 18 MB
- Stars: 1,530
- Watchers: 18
- Forks: 178
- Open Issues: 35
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- React-Toolkit - React Spreadsheet
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)