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.
tconvcat example.md | mdtosscat example.tsv | sstomd