Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 544 Bytes

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!