0.0.3 • Published 6 years ago

react-excel-sheet v0.0.3

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
6 years ago

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
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago