Paste unformatted value from Excel

Tags: #<Tag:0x00007f8b2917fac8>

Hi all.

Is it possible to paste an unformatted value from Excel to handsontable grid? I tried using beforePaste hook, but I can only see formatted values in the data variable array.

Hi @SNK

Due to the security reasons we do not read from the clipboard. You can only alter values that are copied from Handsontable. So in this case you would need to alter the values after the editor closes. So it can be afterPaste or afterChange.

1 Like