Skip to content

yoskeoka/table-converter

Repository files navigation

table-converter

Markdown Table <---> SpreadSheet Converter

Build Status Maintainability Test Coverage

Install

npm i -g table-converter
yarn global add table-converter

Usage

Auto Convert between Markdown Table and SpreadSheet(tsv)

It tries read from STDIN first, then from Clipboard.

If tconv detects input table from STDIN, it writes the converted result on STDOUT.

If the input is from Clipboard, the result will be on Clipboard.

To suppress messages, use -s ( --silent ) option.

tconv

Convert Markdown Table to SpreadSheet(tsv)

cat example.md | mdtoss

Convert SpreadSheet(tsv) to Markdown

cat example.tsv | sstomd

About

Markdown Table <---> SpreadSheet Converter

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors