We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CellData
The original class choice for "cell" column type needs to be aligned with what exists now around the googlesheets4_schema_CellData.
googlesheets4_schema_CellData
Think about full cell data and how it cleaves into read-only vs. writeable fields.
With col_type = "C", there's no way to request "full" data, as opposed to "default", as there is with range_read_cells().
col_type = "C"
"full"
"default"
range_read_cells()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The original class choice for "cell" column type needs to be aligned with what exists now around the
googlesheets4_schema_CellData
.Think about full cell data and how it cleaves into read-only vs. writeable fields.
With
col_type = "C"
, there's no way to request"full"
data, as opposed to"default"
, as there is withrange_read_cells()
.The text was updated successfully, but these errors were encountered: