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
If the sheet does not exist, then provide the error message: "Spreadsheet '{SpreadsheetId}' does not exist."
Depending on the cell type, we would return the correct property filled in. The other properties would remain empty. A cell in a sheet has a type, and this would be mapped to one of the output properties. This allows us to have strongly typed outputs. The FormattedValue will always return the string representation of the cell, unless it is empty.
The IsEmtpy is used to indicate if a cell is empty. If IsEmtpy is true, then all other properties should be ignored.
The text was updated successfully, but these errors were encountered:
This should provide the ability for the value of a single cell to be returned.
Method Details
Validation / Error handling
The text was updated successfully, but these errors were encountered: