Skip to content

Google Sheets — Write sheet

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

Write a set of data on the sheet, starting from A1. It is the direct way to dump data to Google Sheets: an Excel DataTable, the result of a query, a calculated list.

Write the values starting from A1 on the indicated sheet. Accepts a DataTable (or a DataRow for a single row) — writes just the values (no headers). Requires a Google Sheets — Open session.

ParameterEditorDescription
valuesexpressionThe DataTable to write (or a DataRow for a single row).
ParameterEditorDescription
sessionsessionGoogle Sheets — Open session. Optional: within a body it is inherited.
sheetexpressionSheet name. By default, the first.
Read Excel Sheet path = = asset("datos.xlsx") → output: tabla
Google Sheets — Write sheet session = = hoja sheet = "Importado" values = = tabla