timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
117 stars 20 forks source link

Is it possible to add some custom formatting to excel file and render page to html or markdown? #15

Closed deepaklearner closed 3 years ago

timvink commented 3 years ago

Hi @deepaklearner .

This plugin uses pd.read_excel to read excel file as a table. I had a look but I don't see any options to read in formatting as well.

Not sure what you're trying to achieve but you'll need a different route than mkdocs-table-reader-plugin