Google Sheets スプレッドシートのデータを取得する
Retrieves data from Google Sheets spreadsheets by ID and optional range.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Sheets スプレッドシートのデータを取得します。
$ARGUMENTS (必須): スプレッドシートID--range <range>: 取得範囲(例: A1:C10, Sheet1!A1:B5)python plugins/shiiman-google/scripts/google_sheets.py get --sheet-id "$ARGUMENTS" ${RANGE:+--range "$RANGE"}
/shiiman-google:sheets-get 1abc...xyz
/shiiman-google:sheets-get 1abc...xyz --range "A1:C10"