You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: `include_formatting=true` currently does not return colors/width/height/types.
290
-
Merged cell info (`merged` / `merged_ranges`) is always included when present.
291
-
292
278
### JSON Output Format
293
279
294
280
#### Read Mode (Default)
@@ -336,10 +322,9 @@ Merged cell info (`merged` / `merged_ranges`) is always included when present.
336
322
}
337
323
```
338
324
339
-
#### Formatting (include_formatting behavior)
325
+
#### Merged Cells
340
326
341
-
In the current implementation, `include_formatting=true` does not change the output.
342
-
Merged cell info (`merged` / `merged_ranges`) is included regardless of `include_formatting`.
327
+
When merged cells exist, the response includes merged cell information:
343
328
344
329
```json
345
330
{
@@ -380,12 +365,10 @@ Merged cell info (`merged` / `merged_ranges`) is included regardless of `include
380
365
-**value**: Cell value (string, number, date, formula, etc.)
381
366
-**coordinate**: Cell position (e.g., "A1", "B2")
382
367
383
-
**When merged cells exist (included regardless of include_formatting):**
368
+
**When merged cells exist:**
384
369
-**merged**: Merged cell information (range, position)
385
370
-**merged_ranges**: Merged ranges list per sheet (range + anchor info)
386
371
387
-
Note: `include_formatting` currently does not add formatting fields.
388
-
389
372
### Additional Metadata
390
373
391
374
Depending on the request, the response can include metadata such as `response_kind`, `data_included`, `requested_sheet`, `requested_range`, `freeze_panes`, `frozen_rows`, `frozen_cols`, `effective_range`, `sheet_resolution`, and `available_sheets`.
0 commit comments