frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Copy Excel to Markdown Table (and vice versa)

https://thisdavej.com/copy-table-in-excel-and-paste-as-a-markdown-table/
107•thisdavej•2d ago

Comments

Telemakhos•1d ago
This… this is what I needed three days ago. I've got tools on my Mac to do lots of text conversions, but I don't have anything that does tables-to-markdown, sadly.
hermitcrab•1d ago
Easy Data Transform has Mac and Windows native versions and can do Excel to markdown:

https://www.easydatatransform.com/convert_excel_to_markdown....

It can also do it in batch mode (plus lots more besides).

its_down_again•1d ago
FWIW I built a streamlit app to extrapolate tribal knowledge in excel trackers into markdown wikis for vector database ingestion. Instead of uploading raw tables, it maps sheet headers to real headings to wrap each section in wiki-type format context pages. The UI lets you pick out QA sections from local files, but I’m stuck on how to persist selections and configs for repeat runs. Curious how others would tackle the issue of repeatable settings.

Code’s here: https://github.com/devin-liu/excel-to-markdown

jamesgill•1d ago
Nice. There's also a good VS Code plugin for doing this: https://marketplace.visualstudio.com/items?itemName=csholmq....

And of course, markdowntools (multiple conversion tools): https://www.markdowntools.com/

abdullahkhalids•1d ago
I prefer https://tableconvert.com/
jamesgill•1d ago
Thanks, never seen that one. It's quite slick.
figomore•1d ago
I use this one https://www.tablesgenerator.com/
haberdasher•1d ago
If you have to go from an HTML table to Markdown, you can use Table Capture: https://chromewebstore.google.com/detail/table-capture/iebpj...
jquaint•1d ago
Cool tool!

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

speerer•1d 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.]

speakspokespok•1d ago
This is a very handy tool.

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.

iaad•1d ago
Worked on something very similar recently at work.

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()

ornel•1d ago
I made a version[0] of this years ago inspired by something similar in MailChimp using a pasted spreadsheet. Mine converts to Markdown and simpler text. I used it to send table data as plain text emails

[0] http://mirrodriguezlombardo.com/Tablas-simples/

thangalin•1d ago
KeenWrite[1] is my FOSS Markdown editor, which is based heavily on CommonMark. The editor can call R functions (with a knitr-compatible syntax[2]). The tutorials[3] demo embedding CSV file contents. This creates a "living" document in that changing the contents of the CSV data (the source of truth) changes the output document.

[1]: https://keenwrite.com

[2]: https://yihui.org/knitr

[3]: https://youtu.be/XSbTF3E5p7Q?list=PLB-WIt1cZYLm1MMx2FBG9KWzP...

junto•1h ago
Just a side note. That cookie consent banner is a clusterf$$k. Happy to accept essential cookies only, but not even a reject button is available. Thank god for iOS “hide distracting items”.

Atari Means Business with the Mega ST

https://www.goto10retro.com/p/atari-means-business-with-the-mega
36•rbanffy•2h ago•11 comments

Figma Slides Is a Beautiful Disaster

https://allenpike.com/2025/figma-slides-beautiful-disaster
156•tobr•7h ago•80 comments

Codex CLI is going native

https://github.com/openai/codex/discussions/1174
33•bundie•1h ago•9 comments

The Future of Comments Is Lies, I Guess

https://aphyr.com/posts/388-the-future-of-comments-is-lies-i-guess
45•zdw•2d ago•26 comments

RenderFormer: Neural rendering of triangle meshes with global illumination

https://microsoft.github.io/renderformer/
192•klavinski•9h ago•41 comments

Why DeepSeek is cheap at scale but expensive to run locally

https://www.seangoedecke.com/inference-batching-and-deepseek/
59•ingve•5h ago•39 comments

Progressive JSON

https://overreacted.io/progressive-json/
322•kacesensitive•12h ago•153 comments

I like to install NixOS (declaratively)

https://michael.stapelberg.ch/posts/2025-06-01-nixos-installation-declarative/
75•todsacerdoti•6h ago•39 comments

RSC for Lisp Developers

https://overreacted.io/rsc-for-lisp-developers/
8•bundie•2h ago•6 comments

How Georgists Valued land in the 1900's

https://progressandpoverty.substack.com/p/how-georgists-valued-land-in-the
83•surprisetalk•1d ago•55 comments

Google AI Edge – on-device cross-platform AI deployment

https://ai.google.dev/edge
49•nreece•6h ago•3 comments

I like Svelte more than React (it's store management)

https://river.berlin/blog/why-i-like-svelte-more-than-react/
9•adityashankar•2h ago•6 comments

A Pokémon battle simulation engine

https://github.com/pkmn/engine
28•rickcarlino•2d ago•7 comments

Structured Errors in Go

https://southcla.ws/structured-errors-in-go
68•todsacerdoti•8h ago•25 comments

Father Ted Kilnettle Shrine Tape Dispenser

https://stephencoyle.net/kilnettle
127•indiantinker•7h ago•23 comments

Browser extension (Firefox, Chrome, Opera, Edge) to redirect URLs based on regex

https://github.com/einaregilsson/Redirector
33•Bluestein•6h ago•13 comments

Show HN: A Implementation of Alpha Zero for Chess in MLX

https://github.com/koogle/mlx-playground/tree/main/chesszero
34•jakobfrick•3d ago•2 comments

A Beautiful Technique for Some XOR Related Problems

https://codeforces.com/blog/entry/68953
26•blobcode•6h ago•2 comments

Ovld – Efficient and featureful multiple dispatch for Python

https://github.com/breuleux/ovld
76•breuleux•2d ago•24 comments

An optimizing compiler doesn't help much with long instruction dependencies

https://johnnysswlab.com/an-optimizing-compiler-doesnt-help-much-with-long-instruction-dependencies/
16•ingve•6h ago•1 comments

Reviving Astoria – Windows's Lost Android

https://trungnt2910.com/astoria-windows-android/
47•upintheairsheep•8h ago•16 comments

Why Use Structured Errors in Rust Applications?

https://home.expurple.me/posts/why-use-structured-errors-in-rust-applications/
31•todsacerdoti•8h ago•16 comments

New adaptive optics shows details of our star's atmosphere

https://nso.edu/press-release/new-adaptive-optics-shows-stunning-details-of-our-stars-atmosphere/
111•sohkamyung•14h ago•14 comments

When Fine-Tuning Makes Sense: A Developer's Guide

https://getkiln.ai/blog/why_fine_tune_LLM_models_and_how_to_get_started
5•scosman•2d ago•0 comments

Snake on a Globe

https://engaging-data.com/snake-globe/
42•rishikeshs•2d ago•10 comments

Show HN: Patio – Rent tools, learn DIY, reduce waste

https://patio.so
134•GouacheApp•13h ago•73 comments

Stepping Back

https://rjp.io/blog/2025-05-31-stepping-back
81•rjpower9000•12h ago•30 comments

Tldx – CLI tool for fast domain name discovery

https://github.com/brandonyoungdev/tldx
43•Brandutchmen•8h ago•19 comments

A Lean companion to Analysis I

https://terrytao.wordpress.com/2025/05/31/a-lean-companion-to-analysis-i/
231•jeremyscanvic•20h ago•23 comments

CCD co-inventor George E. Smith dies at 95

https://www.nytimes.com/2025/05/30/science/george-e-smith-dead.html
118•NaOH•17h ago•10 comments