table-converter
v1.1.0
Published
table converter
Downloads
7
Maintainers
Readme
table-converter
Markdown Table <---> SpreadSheet Converter
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