Skip to content

Google Sheets — Write cell

Type: googlesheets-write-cell  ·  Package: Google Sheets Activities v1.0.0

Type a value into a specific cell. Use it to place specific data: a total, a status, a processing mark. Supports formulas.

Type value in cell cell. The value is interpreted as USER_ENTERED: If you type =SUM(A1:A10), Google Sheets saves it as formula. Requires a Google Sheets — Open session.

ParameterEditorDescription
cellexpressionCell address, e.g. B3.
valueexpressionValue to write (text, number or formula =...).
ParameterEditorDescription
sessionsessionGoogle Sheets — Open session. Optional: within a body it is inherited.
sheetexpressionSheet name. By default, it activates it.
Google Sheets — Write cell session = = hoja cell = "D1" value = = "Procesado " + now().ToString("yyyy-MM-dd")
Google Sheets — Write cell session = = hoja cell = "E1" value = "=SUM(B2:B100)" // fórmula