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: 2 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T22:10:42.000Z (3 months ago)
- Last Synced: 2025-02-04T17:02:32.741Z (2 months ago)
- Topics: csv, data, excel, react, spreadsheet
- Language: TypeScript
- Homepage: https://iddan.github.io/react-spreadsheet
- Size: 16 MB
- Stars: 1,387
- Watchers: 20
- Forks: 162
- Open Issues: 31
-
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)
[](https://coveralls.io/github/iddan/react-spreadsheet?branch=master)```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)