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: about 1 month ago
JSON representation

Simple, customizable yet performant spreadsheet for React

Lists

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)