Hacker News new | ask | show | jobs
by iaad 382 days ago
Worked on something very similar recently at work.

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()