Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 3 hours 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T22:10:42.000Z (about 1 month ago)
- Last Synced: 2025-02-04T17:02:32.741Z (1 day 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.
![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)