react-spreadsheet
react-spreadsheet copied to clipboard
Simple, customizable yet performant spreadsheet for React
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?
Is there some way to programatically set the cell selection? Thank you!
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  1)...
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...
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...
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...
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....
# 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,...
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...