Skip to content

Simple browser tool to create an asciidoc table out of copied excel cells

License

Notifications You must be signed in to change notification settings

marcdus/copy-excel-to-asciidoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple browser tool to create an asciidoc table out of copied excel cells

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published