```Show HN:在浏览器中提取 Google 表格中的所有评论```
Show HN: Pull every comment out of a Google Sheet, in the browser

原始链接: https://bensunter.com/commentpulse.html

Google Sheets 的评论无法排序、统计或导出。只需将导出的工作簿拖放到此处,即可按顺序找回所有评论对话,包括其所在的标签页、单元格位置、回复内容及是否已解决。仅限电子表格 · .XLSX 格式 · 暂不支持文档和演示文稿。 现在可以使用一款插件在 Google Sheets 内直接操作,无需下载:点击按钮,评论即可自动生成在当前工作表的一个新标签页中。 工作原理 → 在 Google Sheets 中打开您的表格。文件 → 下载 → Microsoft Excel (.xlsx)。将下载的文件拖放到左侧。文件不会上传。无需账户、无需登录、没有服务器。文件在您的浏览器中解压并由本页面读取。关闭标签页后,一切即刻清除。

开发者 Ben Sunter 创建了一个名为“Comment Pulse”的网页工具,旨在提取和管理 Google 表格中的评论。 Sunter 开发此工具是因为他发现 Google 表格缺乏原生功能来抓取、统计或整理评论线索——这在与大型团队协作时是一个显著痛点。尽管 Google Drive API 可以提供评论文本和作者信息,但无法将评论映射到特定单元格。Sunter 通过利用 `.xlsx` 导出格式解决了这一问题,该格式将单元格引用、时间戳和解决状态等必要元数据嵌入在 `xl/threadedComments` 文件中。 该工具完全在浏览器中使用 JSZip 运行,无需登录且不会将数据上传至外部服务器,从而确保了用户隐私。目前该工具可通过 GitHub 获取,Sunter 正致力于通过 Google Workspace Marketplace 的应用验证。
相关文章

原文

Google Sheets keeps comments where you cannot sort them, count them, or hand them to anyone. Drop an exported workbook here and every thread comes back in order, with the tab and cell it sits on, its replies, and whether it was resolved.

SPREADSHEETS ONLY · .XLSX · DOCS AND SLIDES NOT YET SUPPORTED

There is now an add-on that does this inside Sheets, with no download step: press a button and the comments land in a tab of the spreadsheet you are already in. How it works →

  1. Open your sheet in Google Sheets.
  2. FileDownloadMicrosoft Excel (.xlsx)
  3. Drop the downloaded file on the left.

Nothing is uploaded. There is no account, no sign-in and no server. The file is unzipped and read by this page, in your browser. Close the tab and it is gone.

联系我们 contact @ memedata.com