https://github.com/reza55n/ExcelMarkdownTable
Copy Excel's selected range as Markdown table.
https://github.com/reza55n/ExcelMarkdownTable
clipboard convert excel markdown table
Last synced: 4 months ago
JSON representation
Copy Excel's selected range as Markdown table.
- Host: GitHub
- URL: https://github.com/reza55n/ExcelMarkdownTable
- Owner: reza55n
- Created: 2021-08-21T13:32:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T14:13:53.000Z (over 3 years ago)
- Last Synced: 2024-08-13T07:18:16.507Z (8 months ago)
- Topics: clipboard, convert, excel, markdown, table
- Language: VBA
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - reza55n/ExcelMarkdownTable - Copy Excel's selected range as Markdown table. (VBA)
README
# ExcelMarkdownTable
**Copy Excel's selected range as a Markdown table!**This script specifies each column's alignment based on its first row's alignment.
*(Tested on Windows)*
## How to implement
1. Copy the code
2. Open Excel
3. Press `Alt+F11` (`Fn+F11` on Mac) to open VBA Editor
4. Paste the codeNow you can save this document as `Excel Macro-Enabled Workbook (*.xlsm)` to use it later.
## How to use
1. Select desired range
2. Press `Alt+F8` (`Fn+F8` on Mac) to open Macro dialog box
3. Select `...excelMarkdownTable` and click Run
4. Now Markdown is copied to clipboard!## Convert back from Markdown to Excel
*(Tested on Firefox)*
To convert cells back from Markdown to Excel, you can open rendered table in browser, simply hold `Ctrl`, drag and select desired range, then press `Ctrl+C` to copy it as cells.