Excel - Get cells action

The Get cells action retrieves a range of cell values in your Excel spreadsheet. You can provide the Worksheet and Range (for example, A1:D100 or a named range). This action doesn't infer the used range. The maximum file size supported is 50MB.

Use the Get rows action and enter the exact Table name to return rows from an Excel table.

Get cells actionGet cells action

Input

Input fieldDescription
File sourceFile source of the spreadsheet, either from OneDrive or SharePoint document library
Site
Only if file source is Sharepoint
The SharePoint site that spreadsheet belongs in.
FolderThe spreadsheet's folder within the selected file source. Either select from the generated picklist or provide the drive and folder ID manually.
File nameFile name of the spreadsheet to read from.
WorksheetThe worksheet to read from within the spreadsheet. Provide either the worksheet name or the sheet position.
RangeThe range address of the worksheet to retrieve cells from, either with cell notation, e.g. B5:C20, or with a named range
Range contains header line?Set to Yes if the range address contains a header line in the first row that should not be returned as an output row.
ColumnsThe column names for this range of cells. These are used to generate the datapills in this action's output. It does not to match the column names in your worksheet.

Output

Output fieldDescription
RowsAn array of rows of the cells extracted. The datapills within the row is determined the Columns input.

Last updated: