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: 4 months ago
JSON representation
Converts the selected Excel range to a markdown table
- Host: GitHub
- URL: https://github.com/apfernandes/excelToMarkdown
- Owner: apfernandes
- Created: 2017-02-11T13:11:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T13:22:51.000Z (about 8 years ago)
- Last Synced: 2024-08-13T07:18:27.029Z (8 months ago)
- Topics: excel, markdown, markdown-converter, table
- Language: Visual Basic
- Size: 1000 Bytes
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - apfernandes/excelToMarkdown - Converts the selected Excel range to a markdown table (Visual Basic)
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!