Description:
A simple and highly customizable react component to create a spreadsheet.
Installation:
$ npm install react-datasheet –save
Features:
- Select cells, copy-paste cells
- Navigation using keyboard keys
- Deletion using keyboard keys
- Callbacks for onChange, valueRenderer(visible data)
- dataRenderer(underlying data in the input, takes the value by default)



