Code’s here: https://github.com/devin-liu/excel-to-markdown
And of course, markdowntools (multiple conversion tools): https://www.markdowntools.com/
Anyone have recommendations for a command line solution on Linux? :)
first converting xlsx to csv with libreoffice using approximately: `soffice --convert-to csv *xlsx`,
followed by `pandoc in.csv -o out.md`.
[Edit: The more I think about it, the more I can see lots of ways this could go wrong.]
For those of us who sometimes have to do presentations but don’t want to (learn) do full blown slidedecks I have a feature request:
If you could add googlesheets to mermaid.js table or googlesheets straight to png of a markdown table that would be so nice. As I recall Mermaid.js renders to png.
Easy way to build tables, I can just insert the image of the table.
If you want to respect more of Excels formatting, like multi column cells, you can get the text/html from the paste event instead of the text/plain.
You can parse the HTML using DOMParser: parseFromString()
[3]: https://youtu.be/XSbTF3E5p7Q?list=PLB-WIt1cZYLm1MMx2FBG9KWzP...
Telemakhos•1d ago
hermitcrab•1d ago
https://www.easydatatransform.com/convert_excel_to_markdown....
It can also do it in batch mode (plus lots more besides).