How to paste to Excel without wrapping

I have fairly long-worded cells, and when I paste them to excel, it likes to wrap itself.

I’d like it to look like this

This works for demos in Clipboard - JavaScript Data Grid | Handsontable
But fails in demos here Clipboard - JavaScript Data Grid | Handsontable

Hi @lrukqite

That happens due to difference in text formatting between Excel and Handsontable. In Excel you have option to copy just values (without formatting), in that way you would get expected result.