ComfyUI Node
SF Google Sheet Range
A ComfyUI node in Stillfront/Utils with 7 inputs and 1 output.
SF Google Sheet Range
- text
◄urlhttps://docs.google.com/spreadsheets/d/.../edit►
◄sheet_gid0►
◄start_row1►
◄start_colA►
◄end_row1►
◄end_colA►
◄delimiter, ►
CategoryStillfront/Utils
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | https://docs.google.com/spreadsheets/d/.../edit | Full Google Sheets URL. The sheet must be shared: Share → Anyone with the link → Viewer. |
| sheet_gid | STRING | 0 | Sheet tab GID — found in the URL after '#gid='. Use 0 for the first/default sheet. |
| start_row | INT | 1 | First row of the range (1 = first row in the sheet). |
| start_col | STRING | A | First column of the range (e.g. A, B, C, AA, ...). |
| end_row | INT | 1 | Last row of the range (inclusive). |
| end_col | STRING | A | Last column of the range (inclusive, e.g. A, B, C, AA, ...). |
| delimiter | STRING | , | String placed between each cell value in the output. Can be typed directly or connected from another string node. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |