react-spreadsheet icon indicating copy to clipboard operation
react-spreadsheet copied to clipboard

Simple, customizable yet performant spreadsheet for React

Results 51 react-spreadsheet issues
Sort by recently updated
recently updated
newest added

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 -...

Formula updating is buggy with the latest versions of React

bug

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...

enhancement

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...

bug
firefox

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...

### Demo

enhancement

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...

enhancement

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...

enhancement