Posted 2 December 2025, 11:31 am EST
When I copy paste a text with spaces from spreadjs to Excel, my spaces are converted to non-breaking spaces, so my searches in Excel failed
I found an old post with this answer (https://developer.mescius.com/forums/spreadjs/non-breaking-spaces-after-copy-paste-from-spreadjs):
“This is a limitation of SpreadJS when setting allowCopyPasteExcelStyle to true. When this is set to true, “normal” spaces are converted into HTML spaces (& nbsp; without space between & and n). The best workaround would be to set allowCopyPasteExcelStyle to false when non-breaking spaces are not desired.”
But when I set the allowCopyPasteExcelStyle option to false, I have the same result…
Do you have a solution?

