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

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

This PR introduces an Excel-style auto-fill handle and a modular auto-fill architecture that intelligently detects and continues patterns when dragging. ### What's New **Auto-Fill Handle** - Small draggable handle appears...

while using the custom cell, if the text makes the cell stretch . the hover cell dosent stretch accordingly https://github.com/iddan/react-spreadsheet/assets/98280527/7ba0819b-addc-4d8d-9ece-b9b37d4d316c

bug

There's a nice ergonomic behavior of popular spreadsheet apps (Google Sheets, Excel, LibreOffice Calc) where pressing Enter returns to the last column that was selected *without* the Tab key. This...

enhancement

When calling the `onCellCommit()` prop I am encountering an issue where the value of `prevCell` is null the first time `onCellCommit()` is triggered. On subsequent firings it works correctly. Here...

bug

Hello, I'm experiencing an issue with Korean input when using the react-spreadsheet library. Issue description: - When typing in Korean, only the initial consonants are entered, and the rest is...

Is this meant to be used for entirely client side applications? I was wondering if I can use this frontend component for building a viewer for big data, that I...

Hello! I am using the spreadsheet component inside of a project that is using [MUI](https://mui.com/) as its main component library. I am overriding several components using the following props ```...

enhancement