iddan / react-spreadsheet

Simple, customizable yet performant spreadsheet for React
https://iddan.github.io/react-spreadsheet
MIT License
1.34k stars 157 forks source link

Option to replace data in cell instead of appending to content #394

Closed jarommadsen closed 5 months ago

jarommadsen commented 6 months ago

Right now when you type while a cell is highlighted, the content is appended to. This is contrary to what happens in Excel or Google Sheets which just replaces the data unless you are in edit mode already.

excel-replace-content

jarommadsen commented 5 months ago

This can be closed once a new version is cut!