Skip to content
New issue

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

Service Object: Cell #5

Open
cyclops1982 opened this issue Nov 12, 2020 · 0 comments
Open

Service Object: Cell #5

cyclops1982 opened this issue Nov 12, 2020 · 0 comments

Comments

@cyclops1982
Copy link
Member

cyclops1982 commented Nov 12, 2020

This item describes the service object properties for the Cell service object.

Property Name Property DisplayName Type Description
spreadsheetId Spreadsheet Id Text The google drive ID of the spreadsheet file.
CellId Cell Name Text The cell name, in the format "Sheet1!A1". Only one cell can be provided.
EffectiveValueBool Boolean Value YesNo The true/false value of the field if it is a boolean cell.
EffectiveValueString Text Value Text The text value of the field if it is a text cell.
EffectiveValueNumber Number Value Number The number value of the field if it is a number cell.
EffectiveValueFormula Formula Value Memo The Formula of the field if it is a formula cell.
EffectiveValueDateTime DateTime Value DateTime The date and time of the field if it is a datetime cell.
EffectiveValueDate Date Value Date The Date of the field if it is a date cell.
EffectiveValueTime Time Value Time The Time of the field if it is a time cell.
FormattedValue Formatted Value Text The text representation of the cell
IsEmpty Is Empty YesNo Indicates if the cell is empty, or could not be found.
cyclops1982 added a commit that referenced this issue Nov 17, 2020
This should implement #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant