activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Mar 13, 2026

WriteCell

Writes information in the selected spreadsheet cell.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Syntax

void WriteCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	Object value
)
void WriteCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	Object value
)

Parameters

spreadsheet ISpreadsheet : The Google spreadsheet file to use.

range IRange : The sheet or named range where the cell is located, e.g., Sheet1!A1:B6. If it is a named range, it will write in the first cell of the range.

cell String : The cell to read from, e.g., A1. Leave empty for named range.

value Object : The information to be written.

  • Syntax
  • Parameters

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated