Tool to facilitate the creation of tables for asciidoc by simply copy-pasting cells from excel or word.
The script is based on @jonmagic's implementation for markdown.
To use the tool you can either:
- Use it online on this site,
- or download the repository, unzip it, and open
index.html
with a browser to run it locally. No data will leave your computer using this method.
To create the table:
- Select and copy cells in excel/word
- Paste into text box by opening
index.html
with a browser - Copy-paste created table in your AsciiDoc document
An example on how the output should look:
|======================================
| Animal | Cuteness | Friendship | Effort
| Cat | 10 | 10 | 1
| Dog | 10 | 1 | 10
|======================================
Demo gif of the original markdown script: