react-spreadsheet
react-spreadsheet copied to clipboard
Simple, customizable yet performant spreadsheet for React
The second try of #214 Closes #63, #112 - [x] Create a point graph data structure - [x] Create an engine that will use a graph and memoise computations -...
I don't think it goes without any notice that docs for this library are... not that good, but its storybook is quite well done. Maybe it'd help to deploy it...
Hi! Thank you all for contributing to this project! I got a weird problem and would be grateful for any help. When I start typing inside the cell on Chrome...
Implemented draggable column widths. Note: this works by using divs and flexbox instead of the original table tags.
This PR implements: - #175 issue feature - `autoPadRowsOnPaste` flag which is considered to control whether the table should be extended when pasting a data out of table bounds or...
# Problem When copying single empty cell from Google Spreadsheet (or copy some values from Excel), pasting result includes extra empty row. # Cause Because copied value from Google Spreadsheet's...
Hey @iddan 👋 Any idea how difficult it would be to allow a single cell value to be copied and then pasted into multiple (highlighted) cells? For example: 1. Copy...
I have a large set of data which is an excel file with thousands of rows, when i read the file and pass the data to the SpreadSheet Component, the...