Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T14:12:43.000Z (4 months ago)
- Last Synced: 2024-10-02T01:09:47.900Z (about 1 month ago)
- Topics: csv, data, excel, react, spreadsheet
- Language: TypeScript
- Homepage: https://iddan.github.io/react-spreadsheet
- Size: 12.6 MB
- Stars: 1,291
- Watchers: 19
- Forks: 152
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- best-of-react - GitHub - 14% open · ⏱️ 02.06.2024): (Data Tables & Grids)
README
# React Spreadsheet
Simple, customizable yet performant spreadsheet for React.
![Screenshot](https://github.com/iddan/react-spreadsheet/blob/master/assets/screenshot.png?raw=true)
[![CI](https://github.com/iddan/react-spreadsheet/workflows/CI/badge.svg?branch=master)](https://github.com/iddan/react-spreadsheet/actions/workflows/ci.yaml?query=branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/iddan/react-spreadsheet/badge.svg?branch=master)](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)