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

Productivity activities

Last updated Mar 13, 2026

ReadCell

Reads information from the indicated Excel workbook cell.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

Object ReadCell(
	IWorkbook workbook,
	IRange range,
	string cell,
	CellReadMode cellReadMode = CellReadMode.Values
)
Object ReadCell(
	IWorkbook workbook,
	IRange range,
	string cell,
	CellReadMode cellReadMode = CellReadMode.Values
)

Parameters

workbook IWorkbook : The Excel workbook to use.

range IRange : The sheet or named range where the cell is located.

cell String : The cell to read from, e.g., A1.

cellReadMode CellReadMode (Optional) : The type of data that is read.

Return value

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated