DEV Community

Convert Markdown Table to CSV

515hikaru on December 18, 2019

I created mdtable2csv command for me. 515hikaru/mdtable2csv: Convert markdown table to csv Why? I often use Markdown Tables generator ...
Collapse
 
xuri profile image
xuri

I would really recommend trying this library:

github.com/xuri/excelize

Excelize is a library written in pure Go providing a set of functions that allow you to write to and read from XLSX / XLSM / XLTM files. Supports reading and writing spreadsheet documents generated by Microsoft Excelโ„ข 2007 and later. Supports complex components by high compatibility, and provided streaming API for generating or reading data from a worksheet with huge amounts of data.

Collapse
 
evanplaice profile image
Evan Plaice

Really cool

It's not every day that a dev takes the leap and dives into writing a parser.

Understanding language itself is like unlocking a dev super power. Eventually, languages go from difficult to understand to just another vatiation of terminals, non-terminals, and rulesets.

Welcome to the club ๐Ÿ‘๐Ÿ‘๐Ÿ‘๐Ÿ‘

Collapse
 
ooooo profile image
OOOOO

Wonderful tool, Maybe TableConvert.com can solve more problems, such as markdown to Excel, markdown to csv and so on, you can also edit the imported data online

Collapse
 
515hikaru profile image
515hikaru

It's a great solution! Thank you!