一款功能强大的 Google Sheets 数据导入导出工具,专用于实现 Google Sheets 与外部系统的数据同步、备份和集成。支持三种操作模式、两种认证方式、批量处理、数据去重、自动备份等功能。
Google Spreadsheet IDs to process. Each ID will be processed in parallel. Get ID from URL (e.g., docs.google.com/spreadsheets/d/[ID]/edit). | 要处理的 Google 电子表格 ID 列表。每个 ID 将并行处理。从 URL 中提取 ID。
What should the worker do. | Worker 执行的操作模式。
• Service Account: 私有表格 + 写入操作 | Private sheets + Write operations • API Key: 仅公开表格只读 | Public sheets read-only How to get credentials: https://console.cloud.google.com/apis/credentials
Google Service Account JSON key. Required for write operations (append/replace). | Google 服务账号 JSON 密钥。写入操作(追加/替换)必需。
Google API Key for reading public spreadsheets. Get it from Google Cloud Console > APIs & Services > Credentials. | 用于读取公开表格的 Google API 密钥。在 Google Cloud Console > API和服务 > 凭据 中创建。
Data to import. Array of objects where each object is a row. Only used in append/replace mode. | 要导入的数据。对象数组,每个对象为一行。仅在追加/替换模式中使用。
Sheet name or A1 notation range (e.g., 'Sheet1' or 'Sheet1!A1:D10'). Default is first sheet. | 工作表名称或 A1 表示法范围。默认为第一个工作表。
Field name to deduplicate rows. Rows with same value in this field will be merged. | 用于去重的字段名。该字段值相同的行将被合并。
Array of column keys to specify column order. Remaining columns sorted alphabetically. | 列键数组,用于指定列顺序。其余列按字母顺序排列。
Maximum number of rows to read (read mode) or import (append/replace mode). | 读取或导入的最大行数。
Save existing sheet data as JSON in output before overwriting. | 在覆盖前将现有工作表数据保存为 JSON 输出。
Enable detailed logging. | 启用详细日志。
探索商店中更多热门采集工具
by CoreClaw
通过关键词请求, 返回结构化的搜索结果摘要,包括最终搜索参数、自然结果、相关搜索以及 People Also Ask 数据。
by Kael Odin
数据集去重采集器是一款功能强大的工具,用于合并多个 JSON/JSONL 文件中的数据集并进行数据去重。该工具针对 CafeScraper 平台完成全面优化,附加增强功能,并具备完善的异常处理机制。
by Kael Odin
一款基于 Cheerio 的高速静态页面爬虫工具,专为静态 HTML 页面设计。使用 Cheerio 进行 HTML 解析,速度比完整浏览器渲染快 10-50 倍。
by Kael Odin
一款使用 Playwright 进行完整浏览器渲染的强大跨浏览器网页爬虫工具。支持 Chromium、Firefox 和 WebKit 三大浏览器引擎。完美适用于动态页面、单页应用(SPA)、无限滚动页面以及跨浏览器测试场景。