← 返回
效率工具 中文

Gws Sheets Append

Google Sheets: Append a row to a spreadsheet.
Google Sheets: Append a row to a spreadsheet.
googleworkspace-bot
效率工具 clawhub v1.0.13 2 版本 100000 Key: 无需
★ 0
Stars
📥 841
下载
💾 17
安装
2
版本
#latest

概述

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

gws sheets +append --spreadsheet <ID>

Flags

FlagRequiredDefaultDescription
--------------------------------------
--spreadsheetSpreadsheet ID
--valuesComma-separated values (simple strings)
--json-valuesJSON array of rows, e.g. '[["a","b"],["c","d"]]'
--rangeA1Target range in A1 notation (e.g. 'Sheet2!A1') to select a specific tab

Examples

gws sheets +append --spreadsheet ID --values 'Alice,100,true'
gws sheets +append --spreadsheet ID --json-values '[["a","b"],["c","d"]]'
gws sheets +append --spreadsheet ID --range "Sheet2!A1" --values 'Alice,100'

Tips

  • Use --values for simple single-row appends.
  • Use --json-values for bulk multi-row inserts.
  • Use --range to append to a specific sheet tab (default: A1, i.e. first sheet).

> [!CAUTION]

> This is a write command — confirm with the user before executing.

See Also

版本历史

共 2 个版本

  • v1.0.13 当前
    2026-05-01 01:03 安全 安全
  • v1.0.0
    2026-03-30 14:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,063
communication-collaboration

Gws Gmail

googleworkspace-bot
Gmail:发送、阅读和管理邮件。
★ 2 📥 4,972
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,694