A simple react component to create a spreadsheet. Demo here: https://nadbm.github.io/react-datasheet/ Examples are located in https://github.com/nadbm/react-datasheet ...
A simple react component to create a spreadsheet. React-Datasheet generates a table with the cells. Double-clicking or typing edits the value and if changed, initiates an onCellsChanged callback.