/vscode-excel-to-markdown-table

VSCode extension to paste Excel copies to markdown table format

Primary LanguageTypeScriptMIT LicenseMIT

excel-to-markdown-table README

This VSCode extension converts Excel data to Markdown table format. Available through command Excel to Markdown table and keyboard shortcut Shift+Alt+V.

excel-to-markdown-table

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

Extension is only first activated when editing a Markdown document. You will need to change the language setting in VS Code to use 'markdown' to enable this extension.

Contributors

  • @deshorsley for bug fix and test coverage!
  • @tylerhaigh for refactoring and test coverage!
  • @usagi for new line handling and refactoring!

Known Issues

  • None