Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The C++20's u8/char8_t Backward-Compatibility Fiasco(giodicanio.com ↗)
    discuss
  2. Gotedo Impress: Free Presentations Software (presentations, video, bibles, etc.)(gotedo.com ↗)
    1comments
  3. Grammarly will send unhinged messages to all your users if you try to cancel(reddit.com ↗)
    discuss
  4. Inside the AI "Kill Chain" That Destroyed an Iranian School(bloomberg.com ↗)
    discuss
  5. China's token consumption to reach 100 quadrillion in 2026, says report(wicinternet.org ↗)
    discuss
  6. Show HN: Nordstjernen Web Browser 1.0.24
    discuss
  7. Microsoft agentically ports Copilot runtime to Rust for $120K(theregister.com ↗)
    discuss
  8. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    1comments
  9. From 150 people to one system(chrisveleris.com ↗)
    discuss
  10. Flet 1.0 Is Here(flet.dev ↗)
    discuss
  11. Stepfun Step 5 Preview (LLM): On AA Pareto frontier(artificialanalysis.ai ↗)
    1comments
  12. OmniFire - All-in-one platform for social media, business profile, & mobile apps(omnifire.app ↗)
    discuss
  13. The Evidence for AI Consciousness, Today (2025)(ai-frontiers.org ↗)
    1comments
  14. The original Linux distro source(kernel.org ↗)
    discuss
  15. Speaking with the Mind – Neuralink [video](youtube.com ↗)
    discuss
  16. Dylan Patel's Information Machine(substratemag.com ↗)
    discuss
  17. Ask HN: Remember N8n? Anyone?
    discuss
  18. Extract all comments from a Google Sheet
    discuss
  19. Show HN: I made Niri-like terminal colm (cmux alternative)(colm.sh ↗)
    discuss
  20. NASA-IBM Lunar Foundation open-Source Geospatial AI Model(usra.edu ↗)
    discuss
  21. Show HN: Seal – Letters and passwords that open for your family after you die(github.com/jasonepage ↗)
    3comments
  22. A Black-Box Audit of Provider-Side Token Inflation in LLM Services(arxiv.org ↗)
    discuss
  23. San Francisco Onion Futures Company(onionfutures.com ↗)
    33comments
  24. OpenLoco Version 26.09 Released(openloco.io ↗)
    discuss
  25. Show HN: A static reference for 5,142 supplement interactions(uppervoid.app ↗)
    discuss
  26. Brownie Mary(wikipedia.org ↗)
    discuss
  27. Google AI Studio 'Delete' is a scam: Your prompts are not deleted, just hidden(medium.com/istokovicsgyorgy79 ↗)
    discuss
  28. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  29. Vibe coding did not kill making money out of engineering, open source and SaaS(i18n-keyless.com ↗)
    3comments
  30. Virtual Memory: Page Tables, TLBs, and Linux Internals(codingconfessions.com ↗)
    discuss

Extract all comments from a Google Sheet

1 pointsby 1h ago
0 comments
I spend a lot of time working in Google sheets. Often, I will collaborate with up to 50 other people in the same workbook. One specific org I worked at had a strong preference for using comment threads in Sheets extensively to ask questions, give feedback, and raise risks. Sheets would regularly get 70+ comment threads across multiple tabs with dozens of contributing teams. As the owner of the sheet, I wanted a way to document the comments to retain traceability on all of the various conversations.

To my surprise, there was no function built into sheets to scrape, count, sort or manage comments at all. I also couldnt find any good third party add-ons to solve the problem. So I built one myself.

I discovered that the Drive API gives you the comment text, author and state, but doesnt give the location of the comment which was crucial. Thankfully, the .xlsx export has xl/threadedComments with the cell reference, timestamp, author, resolved flag and parent ID.

How it runs: JSZip in the browser, no sign-in, nothing uploaded anywhere. A browser version of the tool is available at: https://github.com/bsunter93/commentpulse

It's also live in the Google Marketplace at this link: https://workspace.google.com/marketplace/app/comment_export_for_sheets/856300539801

Feel free to take and use it - would love any feedback!

A quiet thread, for now.Start the conversation on HN ↗