react-gridsheet is a simple yet highly functional spreadsheet component for ReactJS.
- Copy & Paste
- Cut & Paste
- Undo & Redo
- Add rows and columns
- Displaying formulas
- Cell styling
- Custom renderer
- Custom parser
- Basic shortcut keys
- Context menu
- External data manipulation
$ npm install react-gridsheet --save
$ yarn add react-gridsheet
-
0.3.x
- BREAKING CHANGE:
renderers
andparsers
in options got to receive theirs instances.- See examples for details.
- BREAKING CHANGE:
-
0.4.x:
- BREAKING CHANGE: dropped
stickyHeaders
option.
- BREAKING CHANGE: dropped
-
0.5.x:
- Quit using redux.
-
0.6.x:
-
Change data structure.
- data prop was dropped.
-
-
0.7.x
- Support formula.
-
0.8.x
- Improve ref handling on formula.
- Add and absolute ref.
- Change table operation.
- Get/Set data through tableRef.
- Dropped changes option.
- Improve ref handling on formula.
-
0.9.x
- Add addRowsAndUpdate and addColsAndUpdate method on UserTable.