Copy Excel to Markdown Table (and vice versa) 1 year 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()