Excel raw table to markdown converter.
Simply copy, from Excel, a table and paste here to convert table to markdown.
In Excel, select your table (f.i. the range $A$1:$J:$50
), press CTRL+C and paste the clipboard in the textarea (press CTRL+V) to get the markdown rendering.
The javascript has been written by Jonathan Hoyt
and available on GitHub: https://github.com/jonmagic/copy-excel-paste-markdown.
Updated to:
- Add a space character before
-
in the separator line - Add a space character before and after the
|
value separator - Call marked.js (https://www.npmjs.com/package/marked) to render the table from markdown to html
- Add bootstrap class to the rendered table