react-excel-sheet

0.0.3 • Public • Published

NPM version

demo page

gif

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

Package Sidebar

Install

npm i react-excel-sheet

Weekly Downloads

7

Version

0.0.3

License

MIT

Unpacked Size

465 kB

Total Files

13

Last publish

Collaborators

  • nvjrsgu