-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
googlesheets4/R/sheets_cells.R
Lines 107 to 110 in 5b97156
## cells can be present, just because they bear a format (much like Excel) | |
## as in readxl, we only load cells with content | |
cell_is_empty <- map_lgl(out$cell, ~ is.null(pluck(.x, "effectiveValue"))) | |
out[!cell_is_empty, ] |
It's exciting to see this take shape!
Empty, formatted cells have a lot of utility when unpivoting pivot tables or decoding formatting-as-data. For example, legends often have the formatting and the code in separate cells, so the formatted cell is empty.
Are there good reasons not to import them at all? (I accept that importing them by default could be confusing)
Metadata
Metadata
Assignees
Labels
No labels