If you want to respect more of Excels formatting, like multi column cells, you can get the text/html from the paste event instead of the text/plain.
You can parse the HTML using DOMParser: parseFromString()
Found it: https://github.com/keroserene/rickrollrc
If you want to respect more of Excels formatting, like multi column cells, you can get the text/html from the paste event instead of the text/plain.
You can parse the HTML using DOMParser: parseFromString()