gws-sheets by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-sheets广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
batchUpdate — 将一个或多个更新应用到电子表格。每个请求在应用前都会经过验证。如果任何请求无效,则整个请求将失败,且不会应用任何更改。某些请求会附带回复,以提供有关其应用方式的信息。回复将镜像请求的顺序。例如,如果您应用了 4 个更新,且第 3 个有回复,那么响应将包含 2 个空回复、实际回复和另一个空回复,按此顺序排列。create — 创建一个电子表格,返回新创建的电子表格。get — 返回给定 ID 的电子表格。调用者必须指定电子表格 ID。默认情况下,不返回网格内的数据。您可以通过以下两种方式之一包含网格数据:* 使用 HTTP 中的 fields URL 参数指定一个列出所需字段的字段掩码 * 将 includeGridData URL 参数设置为 true。getByDataFilter — 返回给定 ID 的电子表格。调用者必须指定电子表格 ID。更多信息,请参阅读取、写入和搜索元数据。此方法与 GetSpreadsheet 的不同之处在于,它允许通过指定 dataFilters 参数来选择返回电子表格数据的哪些子集。可以指定多个 DataFilter。developerMetadata — 对 'developerMetadata' 资源的操作sheets — 对 'sheets' 资源的操作values — 对 'values' 资源的操作在调用任何 API 方法之前,请先检查它:
# 浏览资源和方法
gws sheets --help
# 检查方法的必需参数、类型和默认值
gws schema sheets.<resource>.<method>
使用 gws schema 的输出内容来构建您的 --params 和 --json 标志。
每周安装量
10.2K
代码仓库
GitHub 星标数
22.5K
首次出现
2026年3月4日
安全审计
安装于
codex9.5K
opencode9.5K
gemini-cli9.4K
cursor9.4K
github-copilot9.4K
amp9.4K
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
gws sheets <resource> <method> [flags]
batchUpdate — Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order.create — Creates a spreadsheet, returning the newly created spreadsheet.get — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a field mask listing your desired fields using the fields URL parameter in HTTP * Set the includeGridData URL parameter to true.getByDataFilter — Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. For more information, see Read, write, and search metadata. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified.developerMetadata — Operations on the 'developerMetadata' resourceBefore calling any API method, inspect it:
# Browse resources and methods
gws sheets --help
# Inspect a method's required params, types, and defaults
gws schema sheets.<resource>.<method>
Use gws schema output to build your --params and --json flags.
Weekly Installs
10.2K
Repository
GitHub Stars
22.5K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex9.5K
opencode9.5K
gemini-cli9.4K
cursor9.4K
github-copilot9.4K
amp9.4K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装
sheets — Operations on the 'sheets' resourcevalues — Operations on the 'values' resource