gws-sheets-append
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
快速将数据追加到电子表格,适合自动化录入
▸ 风险提示
需要 Google OAuth 或服务账号凭据,注意权限。
这个 Skill 做什么
用 gws CLI 向 Google 表格追加一行数据。
用 gws 命令把一行数据追加到 Google 表格,适合把脚本或自动化的结果写入 spreadsheet。使用前需完成 gws 的认证和共享配置,并指定目标 spreadsheet ID。命令行方式便于在流水线或脚本中可靠地写入表格内容。
▸ 展开 SKILL.md 英文原文
Google Sheets: Append a row to a spreadsheet.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-sheets-append/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-sheets-append/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# sheets +append > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Append a row to a spreadsheet ## Usage ```bash gws sheets +append --spreadsheet <ID> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--spreadsheet` | ✓ | — | Spreadsheet ID | | `--values` | — | — | Comma-separated values (simple strings) | | `--json-values` | — | — | JSON array of rows, e.g. '[["a","b"],["c","d"]]' | | `--range` | — | `A1` | Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab | ## Examples ```bash gws sheets +append --spreadsheet ID
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有