<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: bsunter2</title><link>https://news.ycombinator.com/user?id=bsunter2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 16 Sep 2026 10:36:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bsunter2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: Pull every comment out of a Google Sheet, in the browser]]></title><description><![CDATA[
<p>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.<p>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.<p>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.<p>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.<p>How it runs: JSZip in the browser, no sign-in, nothing uploaded anywhere. I am in the process of having the app verified to be hosted on Google Workspace Marketplace, but in the mean time the tool is available at: <a href="https://github.com/bsunter93/commentpulse" rel="nofollow">https://github.com/bsunter93/commentpulse</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49702904">https://news.ycombinator.com/item?id=49702904</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 14 Sep 2026 19:50:43 +0000</pubDate><link>https://bensunter.com/commentpulse.html</link><dc:creator>bsunter2</dc:creator><comments>https://news.ycombinator.com/item?id=49702904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49702904</guid></item></channel></rss>