0.0.3 • Published 6 years ago
react-excel-sheet v0.0.3
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
- Resizable cell
- Infinite scroll
- Selection
- Numeric input without equal sign