react-excel-sheet
v0.0.3
Published
[![NPM version](https://img.shields.io/npm/v/react-virtualized.svg?style=flat)](https://www.npmjs.com/package/react-excel-sheet)
Downloads
3
Readme
Getting started
Install react-excel-sheet
using npm.
npm install react-excel-sheet --save
import Workbook from 'react-excel-sheet'
...
<Workbook
height={500}
width={500}
cellWidth={90}
cellHeight={30}
columnCount={100}
rowCount={100}
/>
TODO:
- [ ] Keyboard navigation
- [x] Resizable cell
- [ ] Infinite scroll
- [ ] Selection
- [x] Numeric input without equal sign