googlesheets4 icon indicating copy to clipboard operation
googlesheets4 copied to clipboard

Draft: Initial merged cells support in `get_cells()`

Open tzakharko opened this issue 1 year ago • 2 comments

Initial implementation for #289

This adds new columns n_rows and n_cols to the result of get_cells()/range_read_cells(). API response with the merged cell ranges is parsed in get_merged_ranges() and then left-joined by starting location into the cell table.

No updates to documentation, tests, or range formatting yet. Could also use error handling when implementing the join.

tzakharko avatar May 29 '23 07:05 tzakharko