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

Reproducer: ``` yarn create vite spreadsheet-repro --template react-ts yarn add scheduler react-spreadsheet yarn yarn dev ``` Then replace the code in `App.tsx` with the following: ``` const [data, setData] =...

Hello, I'm a developer based in South Korea currently using react-spreadsheet. First of all, thank you for creating and maintaining such a great tool. I’ve encountered an issue when entering...

I have an S3 URL pointing to an Excel file, and I would like to display its contents within the library view without manually constructing the cell data.

I’m having an issue with react-spreadsheet in an RTL project. When the user selects cells, the --selected class causes an overflow problem: 1. The blue highlight (that indicates the selected...

Hi! I'm working on a live collab app using react-spreadsheet ,but i'm running into this issue: https://github.com/user-attachments/assets/0f2a323b-63fb-454f-bf7d-44f0130c4b92 You can see the data updating at the bottom (i'm just stringifying the...

## Bug Description When dynamically adding columns to a spreadsheet in react-spreadsheet v0.10.x, the new columns are added to the data structure but do not render visually in the UI....

Would be really helpful if there was an `onHover` callback function that was scoped down to the **cell**: ```typescript onHover?: (cell: CellComponent) => void; ``` May open a contributing PR...

version: the latest Scernario: 1. Choose a cell (c1) and type a value, then press tab for another one 2. type another value (c2), then press enter 3. select c1,...

Hi! I noticed a bug when pasting content into a cell. If I copy a sentence that includes standard quotation marks ("), they disappear after pasting into the spreadsheet cells....

I'm new to react-spreadsheet. To understand the library, I copy the code in the document. When I copy the code of [Controlled Section in Usage](https://iddan.github.io/react-spreadsheet/docs/usage#controlled), I get the following error....