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

Productivity activities

Last updated Mar 13, 2026

GetSpreadsheets

Retrieves a list of spreadsheets from the specified Google Drive location.

Namespace: UiPath.Gsuite.Activities.API

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

Syntax

IReadOnlyCollection<ISpreadsheet> GetSpreadsheets(
	GDriveRemoteItem parentFolder = null
)
IReadOnlyCollection<ISpreadsheet> GetSpreadsheets(
	GDriveRemoteItem parentFolder = null
)

Parameters

parentFolder GDriveRemoteItem (Optional) : The location on Google Drive where to search for spreadsheets. If null, the root folder is used for search.

Return value

IReadOnlyCollection<ISpreadsheet> - The list of spreadsheets.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated