Markdown Table <---> SpreadSheet Converter
npm i -g table-converter
yarn global add table-converter
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
cat example.md | mdtoss
cat example.tsv | sstomd