Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apfernandes/excelToMarkdown

Converts the selected Excel range to a markdown table
https://github.com/apfernandes/excelToMarkdown

excel markdown markdown-converter table

Last synced: about 1 month ago
JSON representation

Converts the selected Excel range to a markdown table

Awesome Lists containing this project

README

        

# excelToMarkdown

Converts the selected Excel range to a _markdown_ table

* On Excel for MAC activate the Developer option on the Ribbon & Toolbar
* Goto the Menu Excel -> Preferences -> Ribbon & ToolBar and select Developer
* On the Ribbon select the Developer Tab
* Open the Visual Basic editor
* Copy the code
* Select the range/table
* Run and see the output on the Debug Window
* Copy the formatted table to your markdown editor
* Quickly close the VBA editor before it comes back to haunt you! What a dreadful language!