Posted 30 November 2022, 8:17 am EST - Updated 30 November 2022, 12:53 pm EST
Steps to reproduce the issue:
Open Microsoft Excel (desktop version).
Set the sheet background color to yellow.
Add some text in the yellow cells.
Open Spread JS in a web browser.
Set the sheet background color to green.
Copy some cells in MS Excel.
Use < Strg > + < v > to paste it in Spread JS.
Result:
The content inclusive the yellow background color will be copied into Spread JS.
This works fine.
In Spread JS select another cell which has still the green background color.
Right mouse click. A context menu should open which offers you different “Paste Options”.
Try one of them.
None of them ar copying the clipboard content.
My goal / what I am trying to archive:
The “values only” of the clipboard content should be pasted into Spread JS.
Means the functionality behind the
third Spread JS context menu item “Value 123” with the hint text “Values only” should work.
