HN user

iaad

5 karma

Its all a dream

Posts0
Comments2
View on HN
No posts found.

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