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

Simple, customizable yet performant spreadsheet for React

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

I have a nextjs page with a Spreadsheet component on it. If I add the onChange prop, I get a type error: ``` Type 'Dispatch' is not assignable to type...

Thanks for providing a good component. Can you please support the function for merging cells specifically for columnLabels?

enhancement

Is there some way to programatically set the cell selection? Thank you!

enhancement

Hi, I do it myself but it's really silly thing so i don't show my code. But it would be great to have some features like excel does ![image](https://user-images.githubusercontent.com/25374826/140494240-e9e62864-2c90-4f53-b86c-d94d3be97afe.png) 1)...

enhancement

Hi, I need to make the spreadsheet readonly for certain scenarios based on a requirement. At the same time, it should also be editable from other views. Is it possible...

enhancement

I have setup the example sheet in one page in my next.js application and I'm getting the following error: `TypeError: document.getElementsByTagName is not a function` Code Example Used: ```js import...

bug

I just found this library and it looks awesome. I tried out the demo on https://iddan.github.io/react-spreadsheet/ and I'm seeing inconsistent behavior for formulas being executed. For example, I have this...

bug

It is amazing that there is an opportunity to copy a particular columns in the table! But without a connection to a server (backend), this possibility does not make sense....

enhancement

# input ``` Fondée en 1845, la bibliothèque de l’Académie royale de Belgique abrite près d'un million de documents. Il s’agit du fonds documentaire le plus complet sur l’histoire nationale,...

enhancement

Hi. Indeed when you make a excel forms with json schema i spend few days to make this happen. ## Exemple + some interface extract from my personnal work because...