top | item 44139480

(no title)

jquaint | 9 months ago

Cool tool!

Anyone have recommendations for a command line solution on Linux? :)

discuss

order

speerer|9 months ago

You could potentially do a pipeline -

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.]