This Visual Studio Code extension allows you to quickly convert tables copied from Excel or TSV files into aligned Markdown tables directly in your editor.
Command
Convert Excel/TSV to Markdown Table: Converts the selected text into a Markdown table.
To link a shortcut to this function, go to Settings --> Keyboard Shortcuts --> Search for 'excelToMarkdown.convert'
How it works
Select the tab-separated values you want to convert
With the text selected, click the shortcut you choose
Sample
In order to create a sample, open a new excel file and create a simple table.
Copy-past that table in visual studio.
Select the copied text and use the shortcut related to this extension.
You will have now a well formatted table in visual studio