Skip to main content

Get Cell Value

Retrieves the value in a specific cell of an opened Excel file.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is set to true, no error is caught when the project is executed even if a Catch node is used.

Input

  • Excel File Descriptor - ID of the Excel file descriptor where the cell value will be retrieved from. This ID is generated by the Open Excel or the Create Excel node.
  • Cell - Address of the cell in the format of column letter and row number (e.g. A1). If Active Cell is selected for target, this field may be left empty.

Output

  • Cell Value - The value in the specified cell.

Options

  • Target - Select where to get the cell value
    • Active Cell - Gets the current active cell value
    • Specific Cell - Gets the current cell value by specifying the cell address