(Multi) Markdown table for CSV / TSV

I found several tools / scripts for converting CSV -> (Multi) Markdown, but is there anything to be done in the opposite direction?

I really like tables in Markdown and with the SublimeText and TableEditor plugin it is really convenient to add columns, tabs through cells, etc.

but not everyone likes to edit the data in a text file, so I would like to convert it to ex. CSV and import into a spreadsheet (Google or Excel) for others.

Is there anything that can do this automatically or should I create my own script / plugin for pandoc / RedCarpet ...

+6
source share
6 answers

What works for me is this:

  1. Change the file extension to csv.
  2. / "|".
  3. 0f "-" "=" .

.

+1

Firefox TableTools2. HTML , . , Excel.

, HTML, , , .

0

tomroy/mdtable2csv. <filename>.md <filename>.csv

$ mdtable2csv <filename>.md

<filename>.csv.

0

. :

  • ​​Microsoft Word ( nvalt Byword Mac),
  • Word,
  • CSV (Microsoft Excel, Google Sprreadsheets, Mac Numbers)

, Markdown, , , , .

0

- : tableconvert.com, CSV Markdown.

  1. Markdown, CSV

, , !

0

FWIW libreoffice, / Calc. , , CSV, '|' .

0
source

All Articles