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

Delete trailing newline character from pasted text #372

Open alexis-lanoix-sixthfin opened 10 months ago

alexis-lanoix-sixthfin commented 10 months ago

Basically a repost of #140 with added test.

Problem

When copying single empty cell from Google Spreadsheet (or copy some values from Excel), pasting result includes extra empty row.

Solution

Removing trailing new line from pasted text.

I think it could be merged quickly because this is pretty straightforward and kind of a showstopper for using Excel or Google Sheets alongside this library.

Thanks! 😃