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

Productivity activities

Last updated Mar 13, 2026

ReadCell

Reads the contents of the specified cell.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

Object ReadCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	ValuesType cellValueType = ValuesType.Values
)
Object ReadCell(
	ISpreadsheet spreadsheet,
	IRange range,
	string cell,
	ValuesType cellValueType = ValuesType.Values
)

Parameters

spreadsheet ISpreadsheet : The Google spreadsheet file to use.

range IRange : The sheet or named range where the cell is located, e.g., Sheet1. If it is a named range, it will read the first cell of the range.

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

cellValueType ValuesType : (Optional) Specifies the type of value to be read.

Return value

Object - The contents of the cell.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated