This VSCode extension converts Excel data to Markdown table format. Available through command Excel to Markdown table
and keyboard shortcut Shift+Alt+V
.
Optionally align columns by prepending the headers with ^[lcr]
for left, center and right alignment. E.g ^lHeader
for left aligning the columns named Header.
Based on https://github.com/thisdavej/copy-excel-paste-markdown and the work of @jonmagic and @thisdavej