Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.31 KB

Excel/Word clipboard to AsciiDoc PSV table

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.

Usage

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:

  1. Select and copy cells in excel/word
  2. Paste into text box by opening index.html with a browser
  3. Copy-paste created table in your AsciiDoc document

Example

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: demo


Contributors