Resize columns in pixels (NOT Excel char units): --range + --width <px> for one uniform width, --widths '{"A":100,"C:E":120}' for per-column widths in one atomic call, or --type standard to reset (--range is column letters like "A:E" or "C"; no auto for cols).
urlstringSpreadsheet URL (XOR with --spreadsheet-token)
typestringSizing mode: pixel (requires `--width`) / `standard` (reset to default column width). Passing --width alone is the common form; `--type standard` cannot be combined with `--width` (pixel|standard)
rangestringColumn closed range to resize; column letters like A:E or `C` (single column). Required for the uniform form (with `--width` or `--type`); omit with the map form (`--widths`)
widthstringUniform column width in pixels (e.g. 80 / 120 / 200; NOT Excel character units), used with --range. Passing --width implies pixel mode; --type may be omitted (or set to `pixel` — equivalent). For per-column widths use `--widths`
widthsobjectPer-column width map — set different widths for many columns in one atomic call. Keys: single column ("A") or closed range (`"C:E"`); values: pixel width (e.g. 80 / 120 / 200) or `"standard"` (reset to default). Units are pixels, NOT Excel character units (px ≈ chars × 8 + 16).…
sheetIdstringSheet reference_id (XOR with --sheet-name)
sheetNamestringSheet name (XOR with --sheet-id)
spreadsheetTokenstringSpreadsheet token (XOR with --url)
No reviewed structured output summary is available.
API key connection. Risk level 3 of 5.
Free Action
No published Skills explicitly reference this Action yet.