Cloud-Awesome / markdown-maker

Lightweight library to assist creation of .md files (in GitHub and/or DocFX flavours)
MIT License
0 stars 0 forks source link

Add an MdTable.Convert() method #16

Open Cloud-Awesome opened 2 years ago

Cloud-Awesome commented 2 years ago

To read and translate tables from other formats, e.g. pass in an Excel file and reference to a specific table

Cloud-Awesome commented 2 years ago

What other formats could be useful apart from Excel?

Cloud-Awesome commented 2 years ago

Create an ITableConverter and then e.g.

Then create a new MdTable(ITableConverter) constructor (which could then be extended by adding additional rows etc..?)