react-spreadsheet icon indicating copy to clipboard operation
react-spreadsheet copied to clipboard

Quotation marks (" ") are removed when pasting into cells

Open Lucieabd98 opened this issue 9 months ago • 0 comments

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.

The version I'm using is 0.10.1.

If I copy this sentence: The teacher said: "Please, open your books to page 42."

It gets pasted as: The teacher said: Please, open your books to page 42.

However, if I use other types of quotation marks like « », they remain visible.

Is there a way to override or customize the paste behavior, so that characters like " can be preserved?

Thanks a lot for your answers !

Lucieabd98 avatar May 22 '25 10:05 Lucieabd98