

here is video tutorial on how to convert Markdown table to Excel:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Excel" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoExcel\MarkdowntabletoExcel.exe" inputfile.md outputfile.xlsx

video guide for converting Markdown table to Xls excel-97 worksheet:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Xls" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoXls\MarkdowntabletoXls.exe" inputtable.md outputfile.xls

here is video on how to convert Markdown table from .md file to comma separated Csv data-file:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Csv" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoCsv\MarkdowntabletoCsv.exe" inputfile.md outputfile.csv

Markdown table to Word
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Word" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoWord\MarkdowntabletoWord.exe" inputfile.md outputfile.docx

video guide for converting Markdown table to Json:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Json" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoJson\MarkdowntabletoJson.exe" table.md output.json

video on how to convert Markdown table to Yaml file:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Yaml" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoYaml\MarkdowntabletoYaml.exe" table.md output.yml

video instruction on how to convert Markdown table to Tsv file:
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Tsv" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoTsv\MarkdowntabletoTsv.exe" inputfile.md outputfile.tsv

Markdown table to Latex
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Latex" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoLatex\MarkdowntabletoLatex.exe" Table.md output.tex

Markdown table to Pdf
If you want to automate conversion or avoid user Interface (UI) and run "Markdown table to Pdf" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\MarkdowntabletoPdf\MarkdowntabletoPdf.exe" myTable.md outputfile.pdf