Manages Google Sheets data and metadata directly from the command line using the Google Workspace CLI.
The Google Sheets skill enables Claude to perform comprehensive spreadsheet operations via the Google Workspace CLI, allowing for seamless integration of spreadsheet data into development and automation workflows. It supports reading cell ranges, updating content with formula support, creating new spreadsheets, and managing individual tabs. This skill is particularly useful for developers needing to sync data between local environments and Google Sheets, automate report generation, or perform batch data updates without manual intervention.
主要功能
01Export spreadsheet data to CSV for local data processing
02Create new spreadsheets and manage individual sheet tabs programmatically
03Support for formula parsing via USER_ENTERED value input mode
041 GitHub stars
05Read and write spreadsheet data using standard A1 notation
06Perform batch updates and gets across multiple cell ranges
使用场景
01Extracting specific data ranges as JSON for use in custom scripts or data pipelines
02Programmatically generating monthly financial reports or project templates
03Automating the sync of local application logs or build stats to a tracking sheet