Google Sheets をエクスポートする
Exports Google Sheets to CSV, XLSX, PDF, ODS, or TSV files.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Sheets をファイルにエクスポートします。
$ARGUMENTS (必須): スプレッドシートID--output <path> (必須): 出力ファイルパス--type <format>: 出力形式(csv, xlsx, pdf, ods, tsv)デフォルト: csvpython plugins/shiiman-google/scripts/google_sheets.py export --sheet-id "$ARGUMENTS" --output "$OUTPUT" ${TYPE:+--type "$TYPE"}
/shiiman-google:sheets-export 1abc...xyz --output ~/Downloads/data.csv
/shiiman-google:sheets-export 1abc...xyz --output ~/Downloads/data.xlsx --type xlsx